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
+6
View File
@@ -12,6 +12,12 @@ server {
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 / {
#enable the next two lines for http auth
#auth_basic "Restricted";