[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-09-27 23:19:33

This commit is contained in:
srvproxy001.itguys.com.br 2025-09-27 23:19:33 -03:00
parent 7bf757a3c7
commit 37fe813fa8
2 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ server {
# LOGS, LIMITAÇÃO E SEGURANÇA BÁSICA
# ============================================================================
client_max_body_size 10M; # Tamanho razoável para uploads do Grafana
access_log /var/log/nginx/monitoramento.itguys.com.br.access.log combined;
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;
# Log para acessos bloqueados por bots (depende de $is_bad_bot em nginx.conf)
access_log /var/log/nginx/monitoramento.itguys.com.br.bad-bot.log suspicious_bot if=$is_bad_bot;

View File

@ -50,7 +50,7 @@ server {
# LOGS, SEGURANÇA BÁSICA E RATE LIMITING
# ============================================================================
client_max_body_size 25M;
access_log /var/log/nginx/telefonia.itguys.com.br.access.log combined;
access_log /var/log/nginx/telefonia.itguys.com.br.access.log detailed_proxy;
error_log /var/log/nginx/telefonia.itguys.com.br.error.log warn;
access_log /var/log/nginx/telefonia.itguys.com.br.bad-bot.log suspicious_bot if=$is_bad_bot;