コンテンツへスキップ
メニュー
この質問にフラグが付けられました
1 返信
5609 ビュー

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
6220
1
7月 24
8118
5
5月 23
16002
2
12月 23
6144
1
5月 22
3156