8 lines
167 B
Plaintext
Raw Normal View History

2024-10-13 13:46:37 -07:00
proxy_hide_header X-Robots-Tag;
add_header X-Robots-Tag "noindex, nofollow" always;
location = /robots.txt {
root /srv/nginx;
allow all;
access_log off;
}