mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-13 21:36:00 +03:00
Remove SecRequestBodyInMemoryLimit from configuration template
It is no longer supported since 81879cd, so it would be better to remove any mentions from configuration as well to avoid possible confusions.
This commit is contained in:
parent
1d3c4c670d
commit
f6af42c235
@ -38,12 +38,6 @@ SecRule REQUEST_HEADERS:Content-Type "application/json" \
|
|||||||
SecRequestBodyLimit 13107200
|
SecRequestBodyLimit 13107200
|
||||||
SecRequestBodyNoFilesLimit 131072
|
SecRequestBodyNoFilesLimit 131072
|
||||||
|
|
||||||
# Store up to 128 KB of request body data in memory. When the multipart
|
|
||||||
# parser reachers this limit, it will start using your hard disk for
|
|
||||||
# storage. That is slow, but unavoidable.
|
|
||||||
#
|
|
||||||
SecRequestBodyInMemoryLimit 131072
|
|
||||||
|
|
||||||
# What do do if the request body size is above our configured limit.
|
# What do do if the request body size is above our configured limit.
|
||||||
# Keep in mind that this setting will automatically be set to ProcessPartial
|
# Keep in mind that this setting will automatically be set to ProcessPartial
|
||||||
# when SecRuleEngine is set to DetectionOnly mode in order to minimize
|
# when SecRuleEngine is set to DetectionOnly mode in order to minimize
|
||||||
|
Loading…
x
Reference in New Issue
Block a user