base URL angepasst

This commit is contained in:
2026-01-07 13:07:30 +01:00
parent 98746f0d2e
commit 292dec587c
2 changed files with 7 additions and 7 deletions

View File

@@ -16,11 +16,11 @@ server {
proxy_set_header X-Forwarded-Proto $scheme;
}
location /CalculateRequest {
proxy_pass http://192.168.2.186:9090/CalculateRequest;
proxy_pass http://192.168.2.186:9090/CalculateRequest;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Forwarded-Proto $scheme;
}
}