From eba01bcdf142867ccd233a1bc62a70b819f7826f Mon Sep 17 00:00:00 2001 From: morpheus65535 Date: Wed, 22 Feb 2023 20:57:35 -0500 Subject: [PATCH] Update duplicacy.subfolder.conf.sample --- duplicacy.subfolder.conf.sample | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/duplicacy.subfolder.conf.sample b/duplicacy.subfolder.conf.sample index 515cf8a..425493c 100644 --- a/duplicacy.subfolder.conf.sample +++ b/duplicacy.subfolder.conf.sample @@ -103,13 +103,15 @@ location ^~ /duplicacy/ { #auth_basic "Restricted"; #auth_basic_user_file /config/nginx/.htpasswd; - # enable the next two lines for ldap auth, also customize and enable ldap.conf in the default conf - #auth_request /auth; - #error_page 401 =200 /ldaplogin; + # enable for ldap auth (requires ldap-server.conf in the server block) + #include /config/nginx/ldap-location.conf; - # enable for Authelia, also enable authelia-server.conf in the default site config + # enable for Authelia (requires authelia-server.conf in the server block) #include /config/nginx/authelia-location.conf; + # enable for Authentik (requires authentik-server.conf in the server block) + #include /config/nginx/authentik-location.conf; + include /config/nginx/proxy.conf; include /config/nginx/resolver.conf; set $upstream_app duplicacy;