1
0
mirror of https://github.com/mailcow/mailcow-dockerized.git synced 2025-01-20 04:59:27 +02:00

Update site.conf

Left out "upstream" and "map" blocks needed for portainer
This commit is contained in:
Brad 2017-02-25 20:34:24 +00:00 committed by GitHub
parent bb9b984ee8
commit 2f6be626c5

View File

@ -1,4 +1,14 @@
proxy_cache_path /tmp levels=1:2 keys_zone=sogo:10m inactive=24h max_size=1g;
upstream portainer {
server portainer-mailcow:9000;
}
map $http_upgrade $connection_upgrade {
default upgrade;
'' close;
}
server {
include /etc/nginx/conf.d/listen.active;
include /etc/nginx/mime.types;