From f8de2ace16a65e46aebe3a56607adf470b267941 Mon Sep 17 00:00:00 2001 From: johnthepro <45504030+johnthepro@users.noreply.github.com> Date: Fri, 30 Nov 2018 19:23:34 -0800 Subject: [PATCH] Update unifi.subdomain.conf Proposed changes remedy a WebSocket Connection Error present in the Web UX when proxying to a 'unstable' 5.9.x letsencrypt/unifi container. Should be fine for stable branch installs as well, of course. --- unifi.subdomain.conf.sample | 2 -- 1 file changed, 2 deletions(-) diff --git a/unifi.subdomain.conf.sample b/unifi.subdomain.conf.sample index b5c7bcf..c80570f 100644 --- a/unifi.subdomain.conf.sample +++ b/unifi.subdomain.conf.sample @@ -40,9 +40,7 @@ server { resolver 127.0.0.11 valid=30s; set $upstream_unifi unifi; proxy_pass https://$upstream_unifi:8443; - proxy_redirect off; proxy_buffering off; - proxy_set_header Host $host; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; proxy_ssl_verify off;