diff --git a/nginx-core/etc/nginx/entrypoint.d/40-disallow-robots.sh b/nginx-core/etc/nginx/entrypoint.d/40-disallow-robots.sh index 1c74350..f171087 100755 --- a/nginx-core/etc/nginx/entrypoint.d/40-disallow-robots.sh +++ b/nginx-core/etc/nginx/entrypoint.d/40-disallow-robots.sh @@ -6,7 +6,7 @@ ME=$(basename "$0") # replace the default robots.txt with a disallow all if [ ${NGINX_DISALLOW_ROBOTS:-} == 1 ]; then - echo "$ME: Replace default robots.txt with a disallow all robots.txt" + echo "$ME: Replace robots.txt to disallow all robots" cp -afv /default-data/robots.txt $NGINX_DOCUMENT_ROOT/ fi