Fixing Typo

This commit is contained in:
Rajesh Rajendran 2020-04-16 11:50:47 +05:30 committed by Felipe Zimmerle
parent f0f1c2b1a1
commit a2be19d8e5

View File

@ -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.