Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
5805 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
6395
1
lug 24
8418
5
mag 23
16160
2
dic 23
6373
1
mag 22
3311