Skip to content

Commit 79fb027

Browse files
Update leantime.subdomain.conf.sample
done Co-authored-by: Eric Nemchik <eric@nemchik.com>
1 parent d55efbb commit 79fb027

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

leantime.subdomain.conf.sample

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,15 @@ server {
2626
#auth_basic "Restricted";
2727
#auth_basic_user_file /config/nginx/.htpasswd;
2828

29-
# enable the next two lines for ldap auth
30-
#auth_request /auth;
31-
#error_page 401 =200 /ldaplogin;
29+
# enable for ldap auth (requires ldap-server.conf in the server block)
30+
#include /config/nginx/ldap-location.conf;
3231

33-
# enable for Authelia
32+
# enable for Authelia (requires authelia-server.conf in the server block)
3433
#include /config/nginx/authelia-location.conf;
3534

35+
# enable for Authentik (requires authentik-server.conf in the server block)
36+
#include /config/nginx/authentik-location.conf;
37+
3638
include /config/nginx/proxy.conf;
3739
include /config/nginx/resolver.conf;
3840
set $upstream_app leantime;

0 commit comments

Comments
 (0)