Changes to connection system to support docker

This commit is contained in:
Karmaa
2025-03-12 18:02:39 -05:00
parent f7cdeb94f7
commit bd79e1e5c3
4 changed files with 15 additions and 6 deletions

View File

@@ -20,7 +20,7 @@ http {
}
# Proxy SSH socket requests
location /ssh-socket.io/ {
location /ssh.io/ {
proxy_pass http://127.0.0.1:8081;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
@@ -30,7 +30,7 @@ http {
}
# Proxy database requests
location /database-socket.io/ {
location /database.io/ {
proxy_pass http://127.0.0.1:8082;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;