• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved nginx file upload limit

Ayki

Basic Pleskian
I am trying to increase the file upload limit from 128MB to 1G in Plesk Obsidian(Centos). Unfortunately nothing worked so far. I have adujsted the following:
php.ini
post_max_size 2000M
upload_max_filesize 2000M
max_file_uploads 20
max_execution_time 600

And in Apache server:
/etc/httpd/conf/httpd.conf
LimitRequestBody 2147483647

Also in nginx both in http { } and server { } levels

client_max_body_size 500m;
client_body_timeout 600;

And still getting the following error:

124048#0: *1187 client intended to send too large body: 143324837 bytes

Is this something to the with mod-security or can anyone offer a suggestions please

Thanks
 
Back
Top