[Auto-Sync] Atualização das configurações em srvproxy001.itguys.com.br - 2025-09-27 14:47:49

This commit is contained in:
srvproxy001.itguys.com.br 2025-09-27 14:47:49 -03:00
parent f4a646bf14
commit b9a5eed431
1 changed files with 4 additions and 0 deletions

View File

@ -87,6 +87,10 @@ http {
0 $binary_remote_addr;
1 "";
}
map $is_bad_bot $bad_bot_key {
1 $binary_remote_addr;
default "";
}
limit_req_zone $limit_key zone=global_limit:20m rate=10r/s;
# --- ATIVAÇÃO GLOBAL DO WAF (MODSECURITY) ---