Plesk ModSecurity: Request body no files data length is larger than the configured limit 處理方式

ModSecurity: Request body no files data length is larger than the configured limit (1048576).. Deny with code (413) [hostname "ics.g.webweb.today"] [uri "/wp-admin/admin-ajax.php"] [unique_id "Z@VHMM@bnsLA6zfpEhY-TgAAAoc"]

解決方法是修改 Apache Directive

分別在 Additional directives for HTTP 和 Additional directives for HTTPS 加入以下資訊

<IfModule mod_security2.c>
SecRequestBodyLimit 546870912
SecRequestBodyNoFilesLimit 546870912
</IfModule>