Skip to content
Snippets Groups Projects
Commit 94a1033a authored by ale's avatar ale
Browse files

Increase PCRE limits

parent 0911cfc0
Loading
Checking pipeline status
......@@ -11,6 +11,10 @@ SecRule REQUEST_URI "@beginsWith /wp-admin/site-health.php" "id:5,ctl:ruleEngine
# default, but something overrides it?)
SecRequestBodyLimit 131072000
# Increase PCRE limits.
SecPcreMatchLimit 500000
SecPcreMatchLimitRecursion 500000
# Do not log the actual HTTP transactions.
SecAuditEngine Off
SecAuditLog /dev/null
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment