mirror of
https://github.com/linuxserver/docker-swag.git
synced 2026-07-16 04:40:43 +09:00
Update Authelia configs and include site-confs sample for Authelia
This commit is contained in:
@@ -13,6 +13,9 @@ fi
|
||||
if [[ ! -f /config/nginx/authelia-server.conf ]]; then
|
||||
cp /defaults/nginx/authelia-server.conf.sample /config/nginx/authelia-server.conf
|
||||
fi
|
||||
if [[ ! -f /config/nginx/site-confs/authelia.conf ]]; then
|
||||
cp /defaults/nginx/site-confs/authelia.conf.sample /config/nginx/site-confs/authelia.conf
|
||||
fi
|
||||
|
||||
# copy old ldap config file to new location
|
||||
if [[ -f /config/nginx/ldap.conf ]] && [[ ! -f /config/nginx/ldap-server.conf ]]; then
|
||||
|
||||
Reference in New Issue
Block a user