mirror of
https://github.com/retspen/webvirtcloud
synced 2025-01-13 17:05:17 +00:00
Merge pull request #613 from MisterBlueBear/nginx_conf
nginx conf - Fix for issue #577
This commit is contained in:
commit
911bd54916
1 changed files with 6 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue