浏览代码

Refa: enlarge http body size. (#6100)

### What problem does this PR solve?



### Type of change


- [x] Refactoring
tags/v0.18.0
Kevin Hu 7 个月前
父节点
当前提交
b5ba8b783a
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      docker/.env

+ 2
- 2
docker/.env 查看文件

@@ -126,8 +126,8 @@ TIMEZONE='Asia/Shanghai'
# MACOS=1

# 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
# You can uncomment this line and update the value if you wish to change the 1024M file size limit
# MAX_CONTENT_LENGTH=1073741824
# 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.

正在加载...
取消
保存