fix: nginx upstream backend → crowdlending-backend

This commit is contained in:
2026-06-13 19:13:03 +02:00
parent f117dec774
commit a7baeb65a4
+1 -1
View File
@@ -14,7 +14,7 @@ server {
# API proxy to the backend service (docker-compose internal DNS)
location /api/ {
proxy_pass http://backend:4000/api/;
proxy_pass http://crowdlending-backend:4000/api/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;