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;
|
2024-10-13 14:46:21 -07:00
|
|
|
log_not_found off;
|
2024-10-13 13:46:37 -07:00
|
|
|
access_log off;
|
|
|
|
}
|