mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-07 05:21:31 -07:00
Bookstack: add missing config lines
This commit is contained in:
parent
61b0468cec
commit
c1675f422f
1 changed files with 6 additions and 0 deletions
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue