https://cyberpanel.net/docs/5-change-upload-limit-for-filemanager/
Gunakan Langkah ini. Untuk Ubah Secara Global bisa :
1. https://server1.domain.com:8090/managephp/editPHPConfigs
2. Pilih Basic
3. Isikan Sesuai, untu PHP ini sepertinya tergantung kta pakai yang versi berapa di website kita. Jika kita ubah disini maka, yang di website juga akan berubah.
v1.7.0 and above
v1.7.0 and above default upload limit is 200MB, regardless of upload limit of your Global PHP. To increase this limit go to:
Then scroll down and click vhost Conf
Then change the upload limit by editing following two parameters:
- php_value upload_max_filesize “200M”
- php_value post_max_size “250M”
post_max_size should be greater than or equal to upload_max_filesize.