SecRequestBodyLimit
Description: Configures the maximum request body size Coraza will accept for buffering.
Default: 134217728 (131072 KB)
Version Compatibility: v1.0+
Tinygo Compatibility: true
Syntax: SecRequestBodyLimit 134217728
Anything over the limit will be rejected with status code 413 (Request Entity Too Large). There is a hard limit of 1 GB.