diff --git a/nginx/nginx.conf b/nginx/nginx.conf index a99c806..15e8c4e 100644 --- a/nginx/nginx.conf +++ b/nginx/nginx.conf @@ -91,7 +91,7 @@ http { # --- ATIVAÇÃO GLOBAL DO WAF (MODSECURITY) --- modsecurity off; - modsecurity_rules_file /etc/nginx/modsecurity_includes.conf; + modsecurity_rules_file /etc/nginx/modsecurity.conf; # --- CONFIGURAÇÃO DO MÓDULO GEOIP2 ---