stabile version

This commit is contained in:
2026-04-11 11:04:48 +02:00
parent d1425f4f7d
commit 2804c3392e
9 changed files with 318 additions and 161 deletions

View File

@@ -8,8 +8,8 @@ server {
}
location /api {
proxy_pass https://restapi.testsite.deinedorfapp.de;
proxy_set_header Host restapi.testsite.deinedorfapp.de;
proxy_pass http://backend:5173;
proxy_set_header Host backend;
proxy_set_header X-Real-IP $remote_addr;
}
}