|
Hi, I am using Planka and really like its minimalism and ease of use, but I can’t change one parameter (because I don’t know where it is located). I would like to modify the maximum upload file size. The issue is definitely not related to permissions, as smaller files upload without any problems. There is a network restriction on the maximum file size of 2GB (implemented via Nginx Proxy Manager). Please help. |
Replies: 2 comments 6 replies
|
Hi! We solve this by setting a maximum body size limit at the Nginx level. Unfortunately, Planka doesn’t currently allow specifying this limit directly, but it definitely should. I’ll try to fix this after the v2 release. |
|
So Im trying to upload a 6MB file and I cant see it working with default settings. @meltyshev @GoXLd I see the network transfer happening but when it finishes the card shows nothing. Is there a planka settings somewhere or an original file limit for attachments? |


Thank you for your answer,
grep -Rn "client_max_body_size" /etc/nginx/
Change all on 1024M
systemctl restart nginx
And in works !