NgixProxy_Pathfinder/nginx/snippets/humans.txt.conf

9 lines
249 B
Plaintext

# Humans.txt - Créditos e Tecnologias
# Função: Um arquivo para humanos que lista quem construiu o site e as ferramentas usadas.
location = /humans.txt {
allow all;
log_not_found off;
access_log off;
try_files /humans.txt =404;
}