Update nginx.conf
All checks were successful
ci / Image build (push) Successful in 2m7s
ci / Deployment (push) Successful in 8s

This commit is contained in:
2025-08-25 13:56:20 +02:00
parent 8a7c598f0c
commit 2c051cef25

View File

@@ -20,7 +20,7 @@ server {
}
location /api/ {
proxy_pass http://devhost.bertom.lan:6081/;
proxy_pass http://192.168.1.230:6081/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;