From 6490accaedbe6e10ee039ae53c203916beb8500f Mon Sep 17 00:00:00 2001 From: yaso-meth Date: Mon, 2 Sep 2024 12:09:10 +0200 Subject: [PATCH] nginx update to cater for custom uri --- nginx/nginx.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 350c9765..825de20f 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -57,6 +57,8 @@ http { # To disable buffering proxy_buffering off; proxy_request_buffering off; + + proxy_redirect default; # Web App location / {