Skip to content

Increasing the Upload File Size #1010

Answered by GoXLd
GoXLd asked this question in Q&A
Jan 29, 2025 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Thank you for your answer,

grep -Rn "client_max_body_size" /etc/nginx/

Change all on 1024M

/etc/nginx/nginx.conf:22:       client_max_body_size 1024M;
/etc/nginx/sites-enabled/planka.conf:14:    client_max_body_size 1024M;
/etc/nginx/sites-enabled/planka.conf:24:        client_max_body_size 1024M;
/etc/nginx/sites-enabled/planka.conf:42:        client_max_body_size 1024M;

systemctl restart nginx

And in works !

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@GoXLd
Comment options

Answer selected by GoXLd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants