From 097f115fb23baaf852a3169d8f41c7f99e2c7a76 Mon Sep 17 00:00:00 2001 From: "srvproxy001.itguys.com.br" Date: Wed, 17 Sep 2025 23:00:38 -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-17=2023:00:38?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx/modsecurity.conf | 4 ---- 1 file changed, 4 deletions(-) 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;