跳至内容
菜单
此问题已终结
1 回复
4935 查看

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


形象
丢弃
最佳答案

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

    ...

}

形象
丢弃
相关帖文 回复 查看 活动
1
2月 17
5728
1
7月 24
7159
5
5月 23
15530
2
12月 23
5568
1
5月 22
2712