Skip ke Konten
Menu
Pertanyaan ini telah diberikan tanda
1 Balas
5182 Tampilan

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
Buang
Jawaban Terbai

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
Buang
Post Terkait Replies Tampilan Aktivitas
1
Feb 17
5915
1
Jul 24
7503
5
Mei 23
15692
2
Des 23
5819
1
Mei 22
2859