Skip to content

Commit

Permalink
chore: BodyLimit and Memorylimit to 131072 (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
M4tteoP authored Jan 4, 2024
1 parent 4197906 commit 475eda6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions wasmplugin/rules/coraza.conf-recommended.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 475eda6

Please sign in to comment.