From 292dec587c80d27bda022e72a691ad15b16f3bc9 Mon Sep 17 00:00:00 2001 From: LukasJuraczka Date: Wed, 7 Jan 2026 13:07:30 +0100 Subject: [PATCH] base URL angepasst --- nginx.conf | 12 ++++++------ src/index.html | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/nginx.conf b/nginx.conf index fd34585..eb24e2c 100644 --- a/nginx.conf +++ b/nginx.conf @@ -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; + } } diff --git a/src/index.html b/src/index.html index 29546a8..9f1ac99 100644 --- a/src/index.html +++ b/src/index.html @@ -3,7 +3,7 @@ OMDSAngularWebClient - +