[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-09-27 23:18:18
This commit is contained in:
parent
fd220b6de0
commit
7bf757a3c7
|
|
@ -50,7 +50,7 @@ server {
|
|||
# LOGS, SEGURANÇA BÁSICA E RATE LIMITING
|
||||
# ============================================================================
|
||||
client_max_body_size 5M; # Tamanho máximo razoável
|
||||
access_log /var/log/nginx/ns1.itguys.com.br.access.log combined;
|
||||
access_log /var/log/nginx/ns1.itguys.com.br.access.log detailed_proxy;
|
||||
error_log /var/log/nginx/ns1.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/ns1.itguys.com.br.bad-bot.log suspicious_bot if=$is_bad_bot;
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ server {
|
|||
# LOGS, SEGURANÇA BÁSICA E RATE LIMITING
|
||||
# ============================================================================
|
||||
client_max_body_size 5M;
|
||||
access_log /var/log/nginx/ns2.itguys.com.br.access.log combined;
|
||||
access_log /var/log/nginx/ns2.itguys.com.br.access.log detailed_proxy;
|
||||
error_log /var/log/nginx/ns2.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/ns2.itguys.com.br.bad-bot.log suspicious_bot if=$is_bad_bot;
|
||||
|
|
|
|||
Loading…
Reference in New Issue