Merge pull request #175 from linuxserver/bookstack

Bookstack: add missing config lines
This commit is contained in:
Eric Nemchik 2020-06-27 23:42:31 -05:00 committed by GitHub
commit 46507a43ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,12 @@ server {
client_max_body_size 0; client_max_body_size 0;
# enable for ldap auth, fill in ldap details in ldap.conf
#include /config/nginx/ldap.conf;
# enable for Authelia
#include /config/nginx/authelia-server.conf;
location / { location / {
#enable the next two lines for http auth #enable the next two lines for http auth
#auth_basic "Restricted"; #auth_basic "Restricted";