Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
1 Rispondi
5107 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
5846
1
lug 24
7373
5
mag 23
15633
2
dic 23
5761
1
mag 22
2827