We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ddda0cd commit d55efbbCopy full SHA for d55efbb
1 file changed
leantime.subdomain.conf.sample
@@ -10,14 +10,17 @@ server {
10
11
include /config/nginx/ssl.conf;
12
13
- client_max_body_size 20M;
+ client_max_body_size 0;
14
15
- # enable for ldap auth, fill in ldap details in ldap.conf
16
- #include /config/nginx/ldap.conf;
+ # enable for ldap auth (requires ldap-location.conf in the location block)
+ #include /config/nginx/ldap-server.conf;
17
18
- # enable for Authelia
+ # enable for Authelia (requires authelia-location.conf in the location block)
19
#include /config/nginx/authelia-server.conf;
20
21
+ # enable for Authentik (requires authentik-location.conf in the location block)
22
+ #include /config/nginx/authentik-server.conf;
23
+
24
location / {
25
# enable the next two lines for http auth
26
#auth_basic "Restricted";
0 commit comments