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;
}
}

View File

@@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<title>OMDSAngularWebClient</title>
<base href="/">
<base href="/produkt">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>