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
...
}
Создайте аккаунт сегодня, чтобы получить доступ к эксклюзивным функциям и стать частью нашего замечательного сообщества!
Регистрация| Похожие посты | Ответы | Просмотры | Активность | |
|---|---|---|---|---|
|
1
февр. 17
|
7929 | |||
|
0
нояб. 25
|
3 | |||
|
1
июл. 24
|
11225 | |||
|
5
мая 23
|
18175 | |||
|
2
дек. 23
|
8518 |
1. Use the live chat to ask your questions.
2. The operator answers within a few minutes.