change websock host

This commit is contained in:
Jan-Henrik 2023-02-06 23:58:38 +01:00
parent 88137d1ac0
commit 840210f268

View file

@ -18,7 +18,7 @@ http {
}
location /ws {
proxy_pass http://localhost:8442;
proxy_pass http://localhost:8000;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";