updated as per changes

This commit is contained in:
Ubuntu
2026-02-07 16:35:17 +00:00
parent 80566bf0a2
commit b268b4c59d
3 changed files with 170 additions and 170 deletions

View File

@@ -43,7 +43,7 @@ http {
# API proxy (forward to backend)
location /api/ {
proxy_pass http://goa-gel-api:3001/;
proxy_pass http://20.219.0.85:3001/;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';