Update deployment files: fix nginx proxy, update SQL schema, consolidate to single images tar

This commit is contained in:
Donat Magda
2025-11-26 00:27:14 +01:00
parent 5eb4d3eef7
commit e29216e895
10 changed files with 736 additions and 428 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';