fix nginx proxy pass
Build and Deploy Docker / build (push) Successful in 2m25s
Build and Deploy Docker / deploy (push) Successful in 31s

This commit is contained in:
2026-07-14 16:22:27 +02:00
parent 5e3595f97f
commit ecd1b8825f
+1 -1
View File
@@ -6,7 +6,7 @@ server {
index index.html; index index.html;
location /api/ { location /api/ {
proxy_pass http://backend/; proxy_pass http://backend;
proxy_http_version 1.1; proxy_http_version 1.1;
proxy_set_header Host $host; proxy_set_header Host $host;