Skip to content

Commit d55efbb

Browse files
Update leantime.subdomain.conf.sample
Update of consistency for comments Co-authored-by: Eric Nemchik <eric@nemchik.com>
1 parent ddda0cd commit d55efbb

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

leantime.subdomain.conf.sample

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,17 @@ server {
1010

1111
include /config/nginx/ssl.conf;
1212

13-
client_max_body_size 20M;
13+
client_max_body_size 0;
1414

15-
# enable for ldap auth, fill in ldap details in ldap.conf
16-
#include /config/nginx/ldap.conf;
15+
# enable for ldap auth (requires ldap-location.conf in the location block)
16+
#include /config/nginx/ldap-server.conf;
1717

18-
# enable for Authelia
18+
# enable for Authelia (requires authelia-location.conf in the location block)
1919
#include /config/nginx/authelia-server.conf;
2020

21+
# enable for Authentik (requires authentik-location.conf in the location block)
22+
#include /config/nginx/authentik-server.conf;
23+
2124
location / {
2225
# enable the next two lines for http auth
2326
#auth_basic "Restricted";

0 commit comments

Comments
 (0)