Ir al contenido
Menú
Se marcó esta pregunta
1 Responder
5078 Vistas

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
Descartar
Mejor respuesta

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
Descartar
Publicaciones relacionadas Respuestas Vistas Actividad
1
feb 17
5818
1
jul 24
7329
5
may 23
15619
2
dic 23
5740
1
may 22
2819