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;