Remove error_pages

This commit is contained in:
Eric Nemchik
2022-09-01 18:34:35 -05:00
parent b2e05fe4de
commit 96f746d5ce
6 changed files with 2 additions and 65 deletions

View File

@@ -7,6 +7,3 @@ fi
if [[ ! -f /config/nginx/proxy.conf ]]; then
cp /defaults/nginx/proxy.conf.sample /config/nginx/proxy.conf
fi
if [[ ! -f /config/www/502.html ]]; then
cp /defaults/www/502.html /config/www/502.html
fi

View File

@@ -1,9 +1,5 @@
#!/usr/bin/with-contenv bash
if [[ -f /config/nginx/502.conf ]]; then
echo "/config/nginx/502.conf exists.
Please migrate to error_pages.conf"
fi
if [[ -f /config/nginx/geoip2.conf ]]; then
echo "/config/nginx/geoip2.conf exists.
Please migrate to https://github.com/linuxserver/docker-mods/tree/swag-maxmind"