Let's try a new port.

This commit is contained in:
Colin Diem
2022-02-06 21:43:52 -05:00
parent 6db5f4484b
commit f16062a5df

View File

@@ -124,7 +124,7 @@ server {
location / {
include /etc/nginx/includes/proxy.conf;
proxy_pass http://192.168.1.12:30000;
proxy_pass http://192.168.1.12:40000;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";