Update organizr.subfolder.conf.sample

location clause was "/" causing errors. Changed to "/organizr"
This commit is contained in:
Eric Wolf 2020-02-25 16:55:27 -05:00 committed by GitHub
commit 9291057279
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 # 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 # enable the next two lines for http auth
#auth_basic "Restricted"; #auth_basic "Restricted";
#auth_basic_user_file /config/nginx/.htpasswd; #auth_basic_user_file /config/nginx/.htpasswd;