diff --git a/inc/sites.inc b/inc/sites.inc index 6bb0a3d2..a8ec810b 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -53,6 +53,9 @@ DELSITE(){ fi echo -e "${idsCL[Green]}Done${idsCL[Default]}" echo + + ssh root@${NM_SINGLESRVR_IP['WEB']} sed -i "/${DEL_SITE}/d" ${NM_DOCKER_COMPOSE_LOC['authelia']}/config/configuration.yml + echo -en "${idsCL[LightCyan]}Reloading NGINX ... ${idsCL[Default]}" ssh root@10.10.10.80 nodemgmt service nginx reload >/dev/null 2>&1 ssh root@10.10.1.120 nodemgmt service nginx reload >/dev/null 2>&1