1
0
Fork 0
mirror of https://github.com/retspen/webvirtcloud synced 2024-10-31 19:44:16 +00:00

Location /websockify proxy passes to wsnovncd

This commit is contained in:
MisterBlueBear 2023-10-26 13:12:20 -04:00
parent 31cace9994
commit 4aafad668b

View file

@ -35,7 +35,7 @@ server {
proxy_set_header Connection "upgrade"; proxy_set_header Connection "upgrade";
} }
location /websockify { location /websockify {
proxy_pass http://wssocketiod; proxy_pass http://wsnovncd;
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade"; proxy_set_header Connection "upgrade";