-
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. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
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. |
Beta Was this translation helpful? Give feedback.
Thank you for your answer,
grep -Rn "client_max_body_size" /etc/nginx/
Change all on 1024M
systemctl restart nginx
And in works !