Merge pull request #4 from johnthepro/patch-1

Update unifi.subdomain.conf
This commit is contained in:
aptalca 2018-11-30 23:28:16 -05:00 committed by GitHub
commit 7ed9aa1724
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,9 +40,7 @@ server {
resolver 127.0.0.11 valid=30s; resolver 127.0.0.11 valid=30s;
set $upstream_unifi unifi; set $upstream_unifi unifi;
proxy_pass https://$upstream_unifi:8443; proxy_pass https://$upstream_unifi:8443;
proxy_redirect off;
proxy_buffering off; proxy_buffering off;
proxy_set_header Host $host;
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade"; proxy_set_header Connection "Upgrade";
proxy_ssl_verify off; proxy_ssl_verify off;