diff --git a/inc/sites.inc b/inc/sites.inc index 400f876a..d38581fa 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -55,7 +55,7 @@ DELSITE(){ 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]}" - SERVICE nginx reload + SERVICE nginx restart # echo -e "${idsCL[Green]}Done${idsCL[Default]}" # nid=1 @@ -473,7 +473,7 @@ NEWSITE(){ echo echo -e "${idsCL[LightGreen]}The new site for '${idsCL[LightGreen]}${NEW_SITE}${idsCL[Default]}' has been created.${idsCL[Default]}" echo - echo -e -n "${idsCL[LightCyan]}Reload NGINX on all Nodes (Y/n): ${idsCL[Default]}" + echo -e -n "${idsCL[LightCyan]}Restart NGINX on all Nodes (Y/n): ${idsCL[Default]}" read -n 1 NGINXRELOAD if [[ ${NGINXRELOAD} =~ ^[Nn]$ ]]; then tmp=''