# robots_disallow.conf - Bloquear Tudo
# Função: Indica que nenhum robô deve indexar o site.
location = /robots.txt {
allow all;
log_not_found off;
access_log off;
return 200 "User-agent: *\nDisallow: /\n";
}
Powered by TurnKey Linux.