Fix Custom Tool File Upload: Resolve Multiple Files Recognition and Multipart Boundary Issues (#14014)

Co-authored-by: crazywoola <427733928@qq.com>
This commit is contained in:
JimintheBox
2025-03-27 11:47:35 +09:00
committed by GitHub
parent 8047d08b3b
commit 8b89447549
3 changed files with 19 additions and 1 deletions

View File

@@ -51,3 +51,6 @@ http_port ${REVERSE_PROXY_PORT} accel vhost
cache_peer ${SANDBOX_HOST} parent ${SANDBOX_PORT} 0 no-query originserver
acl src_all src all
http_access allow src_all
# Unless the option's size is increased, an error will occur when uploading more than two files.
client_request_buffer_max_size 100 MB