7 lines
99 B
Plaintext
7 lines
99 B
Plaintext
location = /robots.txt {
|
|
auth_basic off;
|
|
allow all;
|
|
log_not_found off;
|
|
access_log off;
|
|
}
|