• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

    • This community is user driven. Be polite with other users.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

How To Increase Max Upload Chevereto in Nginx (Solved)

Marsanto

Chevereto Member
Hello,
After spending time to change the max_upload_size in chevereto using NGINX, I want to share you here.
Please don't hestiate to contact me directly to my email if you can not do it in your server. my email : marsanto.id@outlook.com

see this step or see the video :
1. Login to your hosting via sftp or ftp
2. find : etc
3. find : php5
4. find : fpm
5. edit : php.ini
6. find word : max_upload_size ---- change value as you wish.
7. save and exit editor
8. login to your server via putty
9. restart nginx
10. restart mysql
11. restart php

enjoy ! Now you can change the value of max upload size
share it if you like.

Like my post if you wish.
 
Thank you, you are right.
We need to change post_max_size
memory_limit usually bigger then other. 128 or bigger.
 
Back
Top