This commit is contained in:
nadja
2026-08-25 21:47:43 +02:00
parent 501cbbe845
commit 28f47c5712

View File

@@ -6,7 +6,7 @@ server {
index index.html; index index.html;
location /api/ { location /api/ {
proxy_pass http://backend:3001; proxy_pass http://backend:3500;
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_set_header Host $host; proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Real-IP $remote_addr;