From 962f0064fe7b3814839ccbcc310de6e3ebec4b77 Mon Sep 17 00:00:00 2001 From: LukeGus Date: Sun, 27 Jul 2025 20:36:54 -0500 Subject: [PATCH] Update backend connectivity for SSH --- docker/nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/nginx.conf b/docker/nginx.conf index ba944bb1..8f4757de 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -36,8 +36,8 @@ http { proxy_set_header X-Forwarded-Proto $scheme; } - location /ssh/websocket { - proxy_pass http://127.0.0.1:8082; + location /ssh/websocket/ { + proxy_pass http://127.0.0.1:8082/; proxy_http_version 1.1; proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade";