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:
parent
31cace9994
commit
4aafad668b
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ server {
|
|||
proxy_set_header Connection "upgrade";
|
||||
}
|
||||
location /websockify {
|
||||
proxy_pass http://wssocketiod;
|
||||
proxy_pass http://wsnovncd;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
|
|
Loading…
Reference in a new issue