From fb27569311f8c6dd9bbc8c345053f20a88c2cf97 Mon Sep 17 00:00:00 2001 From: David Schroeder Date: Thu, 20 Jul 2023 21:01:10 -0500 Subject: [PATCH] Update sites.inc --- inc/sites.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/inc/sites.inc b/inc/sites.inc index 549dff2d..f475713f 100755 --- a/inc/sites.inc +++ b/inc/sites.inc @@ -340,6 +340,8 @@ NEWSITE(){ ssh root@${NM_SINGLESRVR_IP['WEB']} "sed -ie \"/domain: # Proxies only requiring username and password/a ~~~ - \\\"${MAIN_SITE}\\\"\" ${NM_DOCKER_COMPOSE_LOC['authelia']}/config/configuration.yml" ssh root@${NM_SINGLESRVR_IP['WEB']} "sed -i \"s/~~~/ /g\" ${NM_DOCKER_COMPOSE_LOC['authelia']}/config/configuration.yml" + ssh root@${NM_SINGLESRVR_IP['WEB']} "docker restart authelia" + else SECURE=""