- Server operating system version
- Ubuntu 22.04.3 LTS
- Plesk version and microupdate number
- Plesk Obsidian Version 18.0.56 Update #4
I'm getting an error:
when a customer tries to upload a file larger than that respective limit in the WordPress control panel.
This customer wants to upload short videos in their WordPress instance, and needs a 1GB limit, so that's the limit I've targeted in setting nginx client_max_body_size, apache2 FcgidMaxRequestLen under /opt/psa/admin/conf/templates/default/ as well as LimitRequestBody and SecResponseBodyLimit; I've also set the limits in PHP. I've regenerated all the configs and even recursively grep'd the entire server for 134217728, but I don't know where it is coming from.
I have applied the following and had a second set of eyes check it out for me too:
Anybody know where this limit is coming from?
Code:
ModSecurity: Request body (Content-Length) is larger than the configured limit (134217728)
This customer wants to upload short videos in their WordPress instance, and needs a 1GB limit, so that's the limit I've targeted in setting nginx client_max_body_size, apache2 FcgidMaxRequestLen under /opt/psa/admin/conf/templates/default/ as well as LimitRequestBody and SecResponseBodyLimit; I've also set the limits in PHP. I've regenerated all the configs and even recursively grep'd the entire server for 134217728, but I don't know where it is coming from.
I have applied the following and had a second set of eyes check it out for me too:
Anybody know where this limit is coming from?