Update backend connectivity for SSH

This commit is contained in:
LukeGus
2025-07-27 20:36:54 -05:00
parent eb3008d097
commit 962f0064fe

View File

@@ -36,8 +36,8 @@ http {
proxy_set_header X-Forwarded-Proto $scheme; proxy_set_header X-Forwarded-Proto $scheme;
} }
location /ssh/websocket { location /ssh/websocket/ {
proxy_pass http://127.0.0.1:8082; proxy_pass http://127.0.0.1:8082/;
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade; proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade"; proxy_set_header Connection "Upgrade";