Skip to content

Commit

Permalink
chore(nginx-core): Update robots.txt message
Browse files Browse the repository at this point in the history
  • Loading branch information
alimd committed Jan 22, 2024
1 parent b233d27 commit 740d64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nginx-core/etc/nginx/entrypoint.d/40-disallow-robots.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 740d64c

Please sign in to comment.