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!"