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 d55efbb commit 79fb027Copy full SHA for 79fb027
1 file changed
leantime.subdomain.conf.sample
@@ -26,13 +26,15 @@ server {
26
#auth_basic "Restricted";
27
#auth_basic_user_file /config/nginx/.htpasswd;
28
29
- # enable the next two lines for ldap auth
30
- #auth_request /auth;
31
- #error_page 401 =200 /ldaplogin;
+ # enable for ldap auth (requires ldap-server.conf in the server block)
+ #include /config/nginx/ldap-location.conf;
32
33
- # enable for Authelia
+ # enable for Authelia (requires authelia-server.conf in the server block)
34
#include /config/nginx/authelia-location.conf;
35
+ # enable for Authentik (requires authentik-server.conf in the server block)
36
+ #include /config/nginx/authentik-location.conf;
37
+
38
include /config/nginx/proxy.conf;
39
include /config/nginx/resolver.conf;
40
set $upstream_app leantime;
0 commit comments