Přejít na obsah
Menu
You need to be registered to interact with the community.
This question has been flagged
1 Odpovědět
5563 Zobrazení

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šit
Nejlepší odpověď

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šit
Related Posts Odpovědi Zobrazení Aktivita
1
úno 17
6170
1
čvc 24
8047
5
kvě 23
15978
2
pro 23
6122
1
kvě 22
3132