mirror of
https://github.com/infiniflow/ragflow.git
synced 2025-12-08 20:42:30 +08:00
Refa: enlarge default max request body size. (#6088)
### What problem does this PR solve? ### Type of change - [x] Refactoring
This commit is contained in:
@ -26,7 +26,7 @@ http {
|
||||
keepalive_timeout 65;
|
||||
|
||||
#gzip on;
|
||||
client_max_body_size 128M;
|
||||
client_max_body_size 1024M;
|
||||
|
||||
include /etc/nginx/conf.d/ragflow.conf;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user