mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-06-08 05:14:36 +00:00
Implement Libvirt Serial Console as Console on WebVirtCloud
This commit is contained in:
@@ -28,8 +28,17 @@ server {
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
}
|
||||
location /socket.io/ {
|
||||
proxy_pass http://wssocketiod;
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection "upgrade";
|
||||
}
|
||||
}
|
||||
|
||||
upstream wsnovncd {
|
||||
server 127.0.0.1:6080;
|
||||
}
|
||||
}
|
||||
upstream wssocketiod {
|
||||
server 127.0.0.1:6081;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user