Skip to content

Commit eba01bc

Browse files
Update duplicacy.subfolder.conf.sample
1 parent 9869988 commit eba01bc

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

duplicacy.subfolder.conf.sample

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff 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;

0 commit comments

Comments
 (0)