From d55efbb46087059fa3d2f3e44c239f30066f162a Mon Sep 17 00:00:00 2001 From: Noah Danros Date: Sun, 19 Feb 2023 16:35:27 +0100 Subject: [PATCH] Update leantime.subdomain.conf.sample Update of consistency for comments Co-authored-by: Eric Nemchik --- leantime.subdomain.conf.sample | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/leantime.subdomain.conf.sample b/leantime.subdomain.conf.sample index daddbd3..c290717 100644 --- a/leantime.subdomain.conf.sample +++ b/leantime.subdomain.conf.sample @@ -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";