2021-10-14 15:01:48 -04:00
|
|
|
#!/usr/bin/with-contenv bash
|
2022-11-22 15:55:25 -05:00
|
|
|
# shellcheck shell=bash
|
2021-10-14 15:01:48 -04:00
|
|
|
|
|
|
|
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"
|
|
|
|
fi
|
|
|
|
if [[ -f /config/nginx/ldap.conf ]]; then
|
|
|
|
echo "/config/nginx/ldap.conf exists.
|
|
|
|
Please apply any customizations to /config/nginx/ldap-server.conf
|
2022-09-08 13:07:12 -04:00
|
|
|
Ensure your configs are updated and remove /config/nginx/ldap.conf
|
2021-10-14 15:01:48 -04:00
|
|
|
If you do not use this config, simply remove it."
|
|
|
|
fi
|