fix proxmox websocket

This commit is contained in:
CDaut 2025-11-16 02:02:40 +01:00
parent 79fc241881
commit 06bfbe85de
Signed by: clara
GPG key ID: 223391B52FAD4463

View file

@ -10,6 +10,11 @@
forceSSL = true; forceSSL = true;
locations."/" = { locations."/" = {
proxyPass = "https://10.0.0.254:8006"; 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" = { "corerouter.infra.cdaut.de" = {