mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 04:51:33 -07:00
Update leantime.subdomain.conf.sample
Update of consistency for comments Co-authored-by: Eric Nemchik <eric@nemchik.com>
This commit is contained in:
parent
ddda0cd92c
commit
d55efbb460
1 changed files with 7 additions and 4 deletions
|
@ -10,14 +10,17 @@ server {
|
||||||
|
|
||||||
include /config/nginx/ssl.conf;
|
include /config/nginx/ssl.conf;
|
||||||
|
|
||||||
client_max_body_size 20M;
|
client_max_body_size 0;
|
||||||
|
|
||||||
# enable for ldap auth, fill in ldap details in ldap.conf
|
# enable for ldap auth (requires ldap-location.conf in the location block)
|
||||||
#include /config/nginx/ldap.conf;
|
#include /config/nginx/ldap-server.conf;
|
||||||
|
|
||||||
# enable for Authelia
|
# enable for Authelia (requires authelia-location.conf in the location block)
|
||||||
#include /config/nginx/authelia-server.conf;
|
#include /config/nginx/authelia-server.conf;
|
||||||
|
|
||||||
|
# enable for Authentik (requires authentik-location.conf in the location block)
|
||||||
|
#include /config/nginx/authentik-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