From 0b4b3ed95b238e4998c6db7aca6ebbc77b46d33f Mon Sep 17 00:00:00 2001 From: orhtej2 <2871798+orhtej2@users.noreply.github.com> Date: Wed, 27 Sep 2023 13:01:03 +0200 Subject: [PATCH] Remove duplicate proxy_redirect. --- conf/nginx.conf | 1 - 1 file changed, 1 deletion(-) diff --git a/conf/nginx.conf b/conf/nginx.conf index 5b8e8e1..50b908f 100644 --- a/conf/nginx.conf +++ b/conf/nginx.conf @@ -2,7 +2,6 @@ location __PATH__/ { proxy_pass https://127.0.0.1:__PORT__/; - proxy_redirect off; #Proxy Settings proxy_redirect off;