From c1675f422f163e10b6e7f2737d0cd862b7f735f4 Mon Sep 17 00:00:00 2001 From: aptalca Date: Thu, 4 Jun 2020 17:49:30 -0400 Subject: [PATCH] Bookstack: add missing config lines --- bookstack.subdomain.conf.sample | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/bookstack.subdomain.conf.sample b/bookstack.subdomain.conf.sample index aecaacd..b63186a 100644 --- a/bookstack.subdomain.conf.sample +++ b/bookstack.subdomain.conf.sample @@ -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";