This commit is contained in:
Eric Nemchik 2020-09-25 11:22:37 -05:00
commit 20fe3752cb
19 changed files with 59 additions and 105 deletions

View file

@ -16,6 +16,7 @@ location ^~ /duplicati/ {
# enable for Authelia, also enable authelia-server.conf in the default site config
#include /config/nginx/authelia-location.conf;
include /config/nginx/proxy.conf;
resolver 127.0.0.11 valid=30s;
set $upstream_app duplicati;
set $upstream_port 8200;