5 lines
95 B
Plaintext
5 lines
95 B
Plaintext
location = /robots.txt {
|
|
try_files /.robots.txt /robots.txt =404;
|
|
log_not_found off;
|
|
}
|