nginx/files/conf.d/custom/robots.conf
2024-12-17 17:20:50 +01:00

7 lines
99 B
Plaintext

location = /robots.txt {
auth_basic off;
allow all;
log_not_found off;
access_log off;
}