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
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
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
...
}
Crie uma conta hoje mesmo para aproveitar os recursos exclusivos e interagir com nossa incrível comunidade!
Inscrever-se| Publicações relacionadas | Respostas | Visualizações | Atividade | |
|---|---|---|---|---|
|
1
fev. 17
|
7829 | |||
|
0
nov. 25
|
3 | |||
|
1
jul. 24
|
11083 | |||
|
5
mai. 23
|
18013 | |||
|
2
dez. 23
|
8402 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.