Skip to Content
Menu
This question has been flagged
1 Odpoveď
4912 Zobrazenia

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
Zrušiť
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
Zrušiť
Related Posts Replies Zobrazenia Aktivita
1
feb 17
5719
1
júl 24
7138
5
máj 23
15519
2
dec 23
5553
1
máj 22
2708