From cee99688aeb2f4f40b49201a2f73774454b643cc Mon Sep 17 00:00:00 2001 From: LukasJuraczka Date: Wed, 7 Jan 2026 14:31:29 +0100 Subject: [PATCH] Schreibfehler nginx Proxy config ausgebessert --- nginx.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx.conf b/nginx.conf index fcc86a2..207beed 100644 --- a/nginx.conf +++ b/nginx.conf @@ -7,7 +7,7 @@ server { try_files $uri $uri/ /index.html; } - location /ProdukteApi/ProductsRequest { + location /produktApi/ProductsRequest { proxy_pass http://192.168.2.186:9090/ProductsRequest; proxy_set_header Host $host; @@ -15,7 +15,7 @@ server { proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; proxy_set_header X-Forwarded-Proto $scheme; } - location /ProdukteApi/CalculateRequest { + location /produktApi/CalculateRequest { proxy_pass http://192.168.2.186:9090/CalculateRequest; proxy_set_header Host $host;