Pular para o conteúdo
Menu
Esta pergunta foi sinalizada
1 Responder
4753 Visualizações

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
Cancelar
Melhor resposta

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
Cancelar
Publicações relacionadas Respostas Visualizações Atividade
1
fev. 17
5600
1
jul. 24
6846
5
mai. 23
15371
2
dez. 23
5369
1
mai. 22
2563