From ff01146e9c0feb6d7ade8ba07c57730948e8cf1c Mon Sep 17 00:00:00 2001 From: Aleksander Cynarski Date: Fri, 2 Apr 2021 22:57:08 +0200 Subject: [PATCH] . --- docker/tools/ngxconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/tools/ngxconfig b/docker/tools/ngxconfig index 1752d26..81ba9c9 100755 --- a/docker/tools/ngxconfig +++ b/docker/tools/ngxconfig @@ -27,7 +27,6 @@ done if [[ -f "/etc/nginx/conf.d/${config}.disabled" ]]; then echo "Enabling config \"${config}\"..." - rm ${CONF_DIR}/default.conf mv ${CONF_DIR}/${config}.disabled ${CONF_DIR}/${config} elif [[ -f "/etc/nginx/conf.d/${config}" ]]; then echo "Config \"${config}\" already enabled!"