diff --git a/wasmplugin/rules/coraza.conf-recommended.conf b/wasmplugin/rules/coraza.conf-recommended.conf index 7f69be5..a1c5f96 100644 --- a/wasmplugin/rules/coraza.conf-recommended.conf +++ b/wasmplugin/rules/coraza.conf-recommended.conf @@ -43,9 +43,9 @@ SecRule REQUEST_HEADERS:Content-Type "^application/json" \ # # Running as a Wasm plugin, we expect Limit equal to MemoryLimit: it would be prevented buffering request body to files anyways. -SecRequestBodyLimit 13107200 +SecRequestBodyLimit 131072 -SecRequestBodyInMemoryLimit 13107200 +SecRequestBodyInMemoryLimit 131072 # SecRequestBodyNoFilesLimit 131072