Refa: enlarge http body size. (#6100)

### What problem does this PR solve?



### Type of change


- [x] Refactoring
This commit is contained in:
Kevin Hu 2025-03-14 16:47:39 +08:00 committed by GitHub
parent d7774cf049
commit b5ba8b783a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -126,8 +126,8 @@ TIMEZONE='Asia/Shanghai'
# MACOS=1 # MACOS=1
# The maximum file size for each uploaded file, in bytes. # 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 # You can uncomment this line and update the value if you wish to change the 1024M file size limit
# MAX_CONTENT_LENGTH=134217728 # MAX_CONTENT_LENGTH=1073741824
# After making the change, ensure you update `client_max_body_size` in nginx/nginx.conf correspondingly. # 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. # The log level for the RAGFlow's owned packages and imported packages.