From d26ec404ba688fbe1a78282ea88105fe0945309a Mon Sep 17 00:00:00 2001 From: Eric Nemchik Date: Wed, 25 Mar 2020 09:38:06 -0500 Subject: [PATCH] Revert "Fix for 404 and PHP errors" --- organizr.subfolder.conf.sample | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/organizr.subfolder.conf.sample b/organizr.subfolder.conf.sample index ab3f621..aae5aff 100644 --- a/organizr.subfolder.conf.sample +++ b/organizr.subfolder.conf.sample @@ -1,6 +1,6 @@ # In order to use this location block you need to edit the default file one folder up and comment out the / location -location ^~ / { +location / { # enable the next two lines for http auth #auth_basic "Restricted"; #auth_basic_user_file /config/nginx/.htpasswd; @@ -16,8 +16,6 @@ location ^~ / { set $upstream_proto http; proxy_pass $upstream_proto://$upstream_app:$upstream_port; - proxy_intercept_errors on; - } # Optional redirect server errors to organizr error pages