From d480abee00a070cbd6b4feb7b600064e20db2737 Mon Sep 17 00:00:00 2001 From: "srvproxy001.itguys.com.br" Date: Tue, 7 Oct 2025 14:24:49 -0300 Subject: [PATCH] =?UTF-8?q?[Auto-Sync]=20Atualiza=C3=A7=C3=A3o=20das=20con?= =?UTF-8?q?figura=C3=A7=C3=B5es=20em=20srvproxy001.itguys.com.br=20-=20202?= =?UTF-8?q?5-10-07=2014:24:49?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx/sites-available/monitoramento.itguys.com.br.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nginx/sites-available/monitoramento.itguys.com.br.conf b/nginx/sites-available/monitoramento.itguys.com.br.conf index 51e7d44..18db9e7 100644 --- a/nginx/sites-available/monitoramento.itguys.com.br.conf +++ b/nginx/sites-available/monitoramento.itguys.com.br.conf @@ -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) {