From 28f47c571283a5e0a25814ef5d040e459440af2b Mon Sep 17 00:00:00 2001 From: nadja Date: Tue, 25 Aug 2026 21:47:43 +0200 Subject: [PATCH] fix port --- frontend/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/nginx.conf b/frontend/nginx.conf index 10eb869..f975562 100644 --- a/frontend/nginx.conf +++ b/frontend/nginx.conf @@ -6,7 +6,7 @@ server { index index.html; location /api/ { - proxy_pass http://backend:3001; + proxy_pass http://backend:3500; proxy_http_version 1.1; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr;