Skip to Content
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odgovori
4755 Prikazi

Want to limit the upload size within 3MB on Attachment of discussion thread

and have try to setting parameters "web.max_file_upload_size", but it doesn't work.

How to limit "max file upload size" on AttachmentBox


Avatar
Opusti
Best Answer

You can set the file limit size in your Nginx configuration inside server block:

server {

    ...

    client_max_body_size 20M; # adjust based on your desire

    ...

}

Avatar
Opusti
Related Posts Odgovori Prikazi Aktivnost
1
feb. 17
5600
1
jul. 24
6846
5
maj 23
15372
2
dec. 23
5370
1
maj 22
2565