This commit is contained in:
mike
2025-12-17 15:06:42 +01:00
parent ab755c0adf
commit ece4141f3c

View File

@@ -20,9 +20,9 @@ server {
try_files /index.html =404;
}
# Proxy API requests to plato.lan
# Proxy API requests to plato.lan (192.168.1.74)
location /api/ {
proxy_pass http://plato.lan:1234/v1/;
proxy_pass http://192.168.1.74:1234/v1/;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;