From 9a45ed6064612b71471efc2b3b7f16d37da8c89c Mon Sep 17 00:00:00 2001 From: yaso-meth Date: Mon, 2 Sep 2024 15:28:46 +0200 Subject: [PATCH] nginx server fix --- nginx/nginx.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 825de20f..16dfaa4d 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -57,12 +57,12 @@ http { # To disable buffering proxy_buffering off; proxy_request_buffering off; - - proxy_redirect default; + + #proxy_redirect default; # Web App location / { - proxy_pass http://MIH-UX:83/; + proxy_pass http://MIH-UX:83/$request_uri; } location ~ /.well-known/acme-challenge/ {