Se rendre au contenu
Menu
Cette question a été signalée
1 Répondre
4450 Vues

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
Ignorer
Meilleure réponse

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
Ignorer
Publications associées Réponses Vues Activité
1
févr. 17
5333
1
juil. 24
6413
5
mai 23
15083
2
déc. 23
5069
1
mai 22
2332