This commit is contained in:
Colin Diem
2022-08-01 23:09:40 -04:00

View File

@@ -142,7 +142,7 @@ server {
location / {
include /etc/nginx/includes/proxy.conf;
proxy_pass http://192.168.1.9:2665;
proxy_pass http://192.168.1.204:2665;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";