From f61c276f74cd47d04ef84f3c2b577efd0e7395e7 Mon Sep 17 00:00:00 2001 From: Jin Hai Date: Wed, 11 Dec 2024 18:39:09 +0800 Subject: [PATCH] Update comment (#3981) ### What problem does this PR solve? _Briefly describe what this PR aims to solve. Include background context that will help reviewers understand the purpose of the PR._ ### Type of change - [x] Documentation Update --------- Signed-off-by: Jin Hai Co-authored-by: writinwaters <93570324+writinwaters@users.noreply.github.com> --- docker/.env | 1 + docker/README.md | 2 +- helm/values.yaml | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/docker/.env b/docker/.env index f8ad038a1..89d88733c 100644 --- a/docker/.env +++ b/docker/.env @@ -128,6 +128,7 @@ TIMEZONE='Asia/Shanghai' # The maximum file size for each uploaded file, in bytes. # You can uncomment this line and update the value if you wish to change the 128M file size limit # MAX_CONTENT_LENGTH=134217728 +# After making the change, ensure you update `client_max_body_size` in nginx/nginx.conf correspondingly. # The log level for the RAGFlow's owned packages and imported packages. # Available level: diff --git a/docker/README.md b/docker/README.md index 5b95803fb..348942941 100644 --- a/docker/README.md +++ b/docker/README.md @@ -120,7 +120,7 @@ The [.env](./.env) file contains important environment variables for Docker. ### 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. Please also update `client_max_body_size` in nginx/nginx.conf correspondingly. + 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. After making the change, ensure you update `client_max_body_size` in nginx/nginx.conf correspondingly. ## 🐋 Service configuration diff --git a/helm/values.yaml b/helm/values.yaml index 3eaafc48e..e690bea27 100644 --- a/helm/values.yaml +++ b/helm/values.yaml @@ -60,6 +60,7 @@ env: # The maximum file size for each uploaded file, in bytes. # You can uncomment this line and update the value if you wish to change 128M file size limit # MAX_CONTENT_LENGTH: "134217728" + # After making the change, ensure you update `client_max_body_size` in nginx/nginx.conf correspondingly. ragflow: deployment: