Increasing phpMyAdmin Upload Limit in Latest Versions of Centos Web Panel | Centos 6/7

Below is the guide to increase upload limit in CentOS Web Panel   Edit PHP INI nano /usr/local/cwp/php71/php.ini   Search for upload_max_filesize and post_max_size and change its value to...

One Min Read
582 Views

Below is the guide to increase upload limit in CentOS Web Panel

 

Edit PHP INI

nano /usr/local/cwp/php71/php.ini

 

Search for upload_max_filesize and post_max_size and change its value to your requirement. In my example I set it to 128M

 

 

Restart CWP php-fpm

service cwp-phpfpm restart
Exit mobile version