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

Increase PCRE limits

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