File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -103,13 +103,15 @@ location ^~ /duplicacy/ {
103103 #auth_basic "Restricted";
104104 #auth_basic_user_file /config/nginx/.htpasswd;
105105
106- # enable the next two lines for ldap auth, also customize and enable ldap.conf in the default conf
107- #auth_request /auth;
108- #error_page 401 =200 /ldaplogin;
106+ # enable for ldap auth (requires ldap-server.conf in the server block)
107+ #include /config/nginx/ldap-location.conf;
109108
110- # enable for Authelia, also enable authelia-server.conf in the default site config
109+ # enable for Authelia (requires authelia-server.conf in the server block)
111110 #include /config/nginx/authelia-location.conf;
112111
112+ # enable for Authentik (requires authentik-server.conf in the server block)
113+ #include /config/nginx/authentik-location.conf;
114+
113115 include /config/nginx/proxy.conf;
114116 include /config/nginx/resolver.conf;
115117 set $upstream_app duplicacy;
You can’t perform that action at this time.
0 commit comments