Update leantime.subdomain.conf.sample

Update of consistency for comments

Co-authored-by: Eric Nemchik <eric@nemchik.com>
This commit is contained in:
Noah Danros 2023-02-19 16:35:27 +01:00 committed by GitHub
parent ddda0cd92c
commit d55efbb460
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,14 +10,17 @@ server {
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
#include /config/nginx/ldap.conf;
# enable for ldap auth (requires ldap-location.conf in the location block)
#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;
# enable for Authentik (requires authentik-location.conf in the location block)
#include /config/nginx/authentik-server.conf;
location / {
# enable the next two lines for http auth
#auth_basic "Restricted";