From ab0375cf18c9ad9f864fb5ae3092f00b17b0d1df Mon Sep 17 00:00:00 2001 From: Marc Wieland Date: Fri, 25 Jul 2025 14:02:35 +0200 Subject: [PATCH] Added new config --- frontend/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/nginx.conf b/frontend/nginx.conf index 22f6169..e89f67c 100644 --- a/frontend/nginx.conf +++ b/frontend/nginx.conf @@ -7,7 +7,7 @@ server { # API wird intern an Express weitergereicht location ^~ /api/ { - proxy_pass http://schiri-backend:3000/; + proxy_pass http://schiri-backend:3000; proxy_http_version 1.1; proxy_set_header Host $host; proxy_set_header Upgrade $http_upgrade;