Skip to Content
Menu
Dette spørgsmål er blevet anmeldt
1 Svar
4748 Visninger

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
Kassér
Bedste svar

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
Kassér
Related Posts Besvarelser Visninger Aktivitet
1
feb. 17
5599
1
jul. 24
6843
5
maj 23
15367
2
dec. 23
5366
1
maj 22
2557