[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-10-07 14:24:49

This commit is contained in:
srvproxy001.itguys.com.br 2025-10-07 14:24:49 -03:00
parent 89430a6751
commit d480abee00
1 changed files with 2 additions and 2 deletions

View File

@ -52,9 +52,9 @@ server {
# LOGS, LIMITAÇÃO E SEGURANÇA BÁSICA
# ============================================================================
client_max_body_size 10M;
access_log /var/log/nginx/monitoramento.itguys.com.br.access.log;
access_log /var/log/nginx/monitoramento.itguys.com.br.access.log detailed_proxy;
error_log /var/log/nginx/monitoramento.itguys.com.br.error.log warn;
access_log /var/log/nginx/monitoramento.itguys.com.br.bad-bot.log if=$is_bad_bot;
access_log /var/log/nginx/monitoramento.itguys.com.br.bad-bot.log suspicious_bot if=$is_bad_bot;
# Módulo de Segurança Global (Bloqueia bots e URIs suspeitas de nginx.conf)
if ($block_request) {