Wednesday, September 15, 2021

Cara Meningkatkan Size File Yang bisa Diupload Melalui Filemanager CyberPanel... Change Upload Limit for Filemanager CyberPanel

 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:

https://<IP Addres>:8090/websites/domain.com

Then scroll down and click vhost Conf

cyberpanel file manager upload limit

 

Then change the upload limit by editing following two parameters:

  1. php_value upload_max_filesize “200M”
  2. php_value post_max_size “250M”

post_max_size should be greater than or equal to upload_max_filesize.