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
1 changed files with 10 additions and 0 deletions

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;