Update deployment: fixed backend entities loading and nginx proxy

This commit is contained in:
Donat Magda
2025-11-26 00:17:58 +01:00
parent 1c1792e7e1
commit d53fe4bb3e
4 changed files with 181 additions and 237 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ server {
# API proxy to backend
location /api/ {
proxy_pass http://backend:3000/;
proxy_pass http://backend:3000;
proxy_http_version 1.1;
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection 'upgrade';