From ecd1b8825f6ea9e96903e97eca0220e12f8fc1de Mon Sep 17 00:00:00 2001 From: Ryjek Date: Tue, 14 Jul 2026 16:22:27 +0200 Subject: [PATCH] fix nginx proxy pass --- services/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/nginx.conf b/services/nginx.conf index 8422b8d..555f0c2 100644 --- a/services/nginx.conf +++ b/services/nginx.conf @@ -6,7 +6,7 @@ server { index index.html; location /api/ { - proxy_pass http://backend/; + proxy_pass http://backend; proxy_http_version 1.1; proxy_set_header Host $host;