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