From 475eda68507620669c97c98dbefe3438a5c65c91 Mon Sep 17 00:00:00 2001 From: Matteo Pace Date: Thu, 4 Jan 2024 13:39:32 +0100 Subject: [PATCH] chore: BodyLimit and Memorylimit to 131072 (#251) --- wasmplugin/rules/coraza.conf-recommended.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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