From 9291057279bf5b2893c9912506fe7c541c1d94f9 Mon Sep 17 00:00:00 2001 From: Eric Wolf <19wolf@gmail.com> Date: Tue, 25 Feb 2020 16:55:27 -0500 Subject: [PATCH] Update organizr.subfolder.conf.sample location clause was "/" causing errors. Changed to "/organizr" --- organizr.subfolder.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/organizr.subfolder.conf.sample b/organizr.subfolder.conf.sample index aae5aff..e58c45b 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 /organizr { # enable the next two lines for http auth #auth_basic "Restricted"; #auth_basic_user_file /config/nginx/.htpasswd;