We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c737c2 + f6af42c commit 9d062f5Copy full SHA for 9d062f5
modsecurity.conf-recommended
@@ -38,12 +38,6 @@ SecRule REQUEST_HEADERS:Content-Type "application/json" \
38
SecRequestBodyLimit 13107200
39
SecRequestBodyNoFilesLimit 131072
40
41
-# Store up to 128 KB of request body data in memory. When the multipart
42
-# parser reachers this limit, it will start using your hard disk for
43
-# storage. That is slow, but unavoidable.
44
-#
45
-SecRequestBodyInMemoryLimit 131072
46
-
47
# What do do if the request body size is above our configured limit.
48
# Keep in mind that this setting will automatically be set to ProcessPartial
49
# when SecRuleEngine is set to DetectionOnly mode in order to minimize
0 commit comments