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;