mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-05 20:41:32 -07:00
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.
This commit is contained in:
parent
eed7769c9b
commit
f8de2ace16
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue