Merge pull request #613 from MisterBlueBear/nginx_conf

nginx conf - Fix for issue #577
This commit is contained in:
catborise
2023-10-30 15:51:24 +03:00
committed by GitHub

View File

@@ -34,6 +34,12 @@ server {
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}
location /websockify {
proxy_pass http://wsnovncd;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "upgrade";
}
}
upstream wsnovncd {