Div. Aenderungen

This commit is contained in:
MarcWieland
2025-07-25 01:42:20 +02:00
parent ddfe087203
commit ac5070d059
2 changed files with 14 additions and 1 deletions
+8
View File
@@ -14,4 +14,12 @@ server {
access_log off;
add_header Cache-Control "public";
}
location /api/ {
proxy_pass http://backend:3000;
proxy_http_version 1.1;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
}
}