nginx/files/conf.d/custom/robots.conf

7 lines
99 B
Plaintext
Raw Normal View History

2024-12-17 17:20:50 +01:00
location = /robots.txt {
auth_basic off;
allow all;
log_not_found off;
access_log off;
}