Knowledgebase

Increasing Import Limit in phpMyAdmin for Running Versions of CWP

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
  • 0 Users Found This Useful
Was this answer helpful?