mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Update document: how upload file large than 128MB (#3791)
### What problem does this PR solve? As title. ### Type of change - [x] Documentation Update --------- Signed-off-by: Jin Hai <haijin.chn@gmail.com> Co-authored-by: writinwaters <93570324+writinwaters@users.noreply.github.com>
This commit is contained in:
@ -115,12 +115,12 @@ The [.env](./.env) file contains important environment variables for Docker.
|
||||
### MacOS
|
||||
|
||||
- `MACOS`
|
||||
Optimizations for MacOS. It is disabled by default. You can uncomment this line if your OS is MacOS.
|
||||
Optimizations for macOS. It is disabled by default. You can uncomment this line if your OS is macOS.
|
||||
|
||||
### Maximum file size
|
||||
|
||||
- `MAX_CONTENT_LENGTH`
|
||||
The maximum file size for each uploaded file, in bytes. You can uncomment this line if you wish to change the 128M file size limit.
|
||||
The maximum file size for each uploaded file, in bytes. You can uncomment this line if you wish to change the 128M file size limit. Please also update `client_max_body_size` in nginx/nginx.conf correspondingly.
|
||||
|
||||
## 🐋 Service configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user