diff --git a/nginx/nginx.conf b/nginx/nginx.conf index 2b9eaf9..a99c806 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -90,8 +90,9 @@ http { limit_req_zone $limit_key zone=global_limit:20m rate=10r/s; # --- ATIVAÇÃO GLOBAL DO WAF (MODSECURITY) --- - modsecurity on; - modsecurity_rules_file /etc/nginx/modsecurity.conf; # Arquivo que carrega as regras + modsecurity off; + modsecurity_rules_file /etc/nginx/modsecurity_includes.conf; + # --- CONFIGURAÇÃO DO MÓDULO GEOIP2 --- # Carrega o banco de dados GeoIP e mapeia as variáveis usadas no log.