• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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