Increase Import/Upload limit for phpMyAdmin and File Manager in CWP
This is for CentOS Web Panel only.
Login to SSH and edit php.ini
vi /usr/local/cwp/php71/php.ini
Find and increase following values as required.
post_max_size = 512M upload_max_filesize = 512M memory_limit = 256M
Also edit cwpsrv.conf
vi /usr/local/cwpsrv/conf/cwpsrv.conf
Find and increase following value as required.
client_max_body_size= 512M
Restart cwp-phpfpm cwpsrv
service cwp-phpfpm restart service cwpsrv restart