Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
4664 Visualizzazioni

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
Abbandona
Risposta migliore

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
Abbandona
Post correlati Risposte Visualizzazioni Attività
1
feb 17
5558
1
lug 24
6764
5
mag 23
15307
2
dic 23
5292
1
mag 22
2505