mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 13:01:35 -07:00
Update duplicacy.subfolder.conf.sample
This commit is contained in:
parent
98699884dc
commit
eba01bcdf1
1 changed files with 6 additions and 4 deletions
|
@ -103,13 +103,15 @@ location ^~ /duplicacy/ {
|
||||||
#auth_basic "Restricted";
|
#auth_basic "Restricted";
|
||||||
#auth_basic_user_file /config/nginx/.htpasswd;
|
#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
|
# enable for ldap auth (requires ldap-server.conf in the server block)
|
||||||
#auth_request /auth;
|
#include /config/nginx/ldap-location.conf;
|
||||||
#error_page 401 =200 /ldaplogin;
|
|
||||||
|
|
||||||
# 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;
|
#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/proxy.conf;
|
||||||
include /config/nginx/resolver.conf;
|
include /config/nginx/resolver.conf;
|
||||||
set $upstream_app duplicacy;
|
set $upstream_app duplicacy;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue