fix proxmox websocket
This commit is contained in:
parent
79fc241881
commit
06bfbe85de
1 changed files with 5 additions and 0 deletions
|
|
@ -10,6 +10,11 @@
|
|||
forceSSL = true;
|
||||
locations."/" = {
|
||||
proxyPass = "https://10.0.0.254:8006";
|
||||
extraConfig = "
|
||||
proxy_http_version 1.1;
|
||||
proxy_set_header Upgrade $http_upgrade;
|
||||
proxy_set_header Connection \"upgrade\";
|
||||
";
|
||||
};
|
||||
};
|
||||
"corerouter.infra.cdaut.de" = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue