diff --git a/nginx/modsecurity.conf b/nginx/modsecurity.conf index 7fd2e51..a7c9eeb 100644 --- a/nginx/modsecurity.conf +++ b/nginx/modsecurity.conf @@ -42,7 +42,6 @@ SecRule REQUEST_HEADERS:Content-Type "^application/json" \ # to the size of data, with files excluded. You want to keep that value as # low as practical. # -SecRequestBodyLimit 13107200 SecRequestBodyNoFilesLimit 131072 # What to do if the request body size is above our configured limit. @@ -288,6 +287,3 @@ Include /etc/modsecurity/crs/crs-setup.conf # Inclui os arquivos de regras principais da OWASP Include /usr/share/modsecurity-crs/rules/*.conf - -# Carrega o arquivo único e consolidado de exceções -modsecurity_rules_file /etc/nginx/modsecurity/global-exceptions.conf;