[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-10-07 14:24:49
This commit is contained in:
parent
89430a6751
commit
d480abee00
|
|
@ -52,9 +52,9 @@ server {
|
||||||
# LOGS, LIMITAÇÃO E SEGURANÇA BÁSICA
|
# LOGS, LIMITAÇÃO E SEGURANÇA BÁSICA
|
||||||
# ============================================================================
|
# ============================================================================
|
||||||
client_max_body_size 10M;
|
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;
|
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)
|
# Módulo de Segurança Global (Bloqueia bots e URIs suspeitas de nginx.conf)
|
||||||
if ($block_request) {
|
if ($block_request) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue