Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
Zoey
2024-02-19 09:38:59 +01:00
parent bfcef965df
commit 875a9d2e91
2 changed files with 6 additions and 2 deletions

View File

@@ -479,6 +479,10 @@ if [ "$FULLCLEAN" = "true" ]; then
fi
fi
if [ "$SKIP_IP_RANGES" = "true" ]; then
rm -vf /data/nginx/ip_ranges.conf
fi
touch /data/etc/html/index.html \
/data/nginx/ip_ranges.conf \
/data/nginx/custom/root.conf \