From a2be19d8e53f4d2d90d435e187086afa2396c373 Mon Sep 17 00:00:00 2001 From: Rajesh Rajendran Date: Thu, 16 Apr 2020 11:50:47 +0530 Subject: [PATCH] Fixing Typo --- modsecurity.conf-recommended | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modsecurity.conf-recommended b/modsecurity.conf-recommended index 50743891..71cb8771 100644 --- a/modsecurity.conf-recommended +++ b/modsecurity.conf-recommended @@ -38,7 +38,7 @@ SecRule REQUEST_HEADERS:Content-Type "application/json" \ SecRequestBodyLimit 13107200 SecRequestBodyNoFilesLimit 131072 -# What do do if the request body size is above our configured limit. +# What to do if the request body size is above our configured limit. # Keep in mind that this setting will automatically be set to ProcessPartial # when SecRuleEngine is set to DetectionOnly mode in order to minimize # disruptions when initially deploying ModSecurity.