From 158892c8a9366e91f574dcb1241b108a4fb15bf5 Mon Sep 17 00:00:00 2001 From: "srvproxy001.itguys.com.br" Date: Sat, 27 Sep 2025 14:52: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-09-27=2014:52:49?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 49eb9bf..34683cd 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -93,6 +93,7 @@ http { } limit_req_zone $limit_key zone=global_limit:20m rate=10r/s; limit_req_zone $bad_bot_key zone=bad_bot_limit:10m rate=5r/m; + # --- ATIVAÇÃO GLOBAL DO WAF (MODSECURITY) --- modsecurity on; modsecurity_rules_file /etc/nginx/modsecurity.conf;