[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-10-08 21:55:47

This commit is contained in:
srvproxy001.itguys.com.br 2025-10-08 21:55:47 -03:00
parent 63d7f9e2e5
commit 3664526a01
1 changed files with 9 additions and 0 deletions

View File

@ -92,4 +92,13 @@ server {
location / {
return 404;
}
location /nginx_status {
stub_status;
# --- Segurança ---
allow 127.0.0.1; # Acesso local (localhost)
allow 172.16.254.1; # Permite o próprio servidor
allow 172.16.254.1; # << ADICIONE O IP DO SEU ZABBIX/MONITOR AQUI
deny all; # Bloqueia todos os outros
}
}