Server & networking
Global · server
boolean
disable_default_body_limit
Remove the default request-body size cap.
- Config key
disable_default_body_limit- Scope
- Global · server
- Type
- boolean
- Default
false
By default the proxy caps request body size to protect the origin from oversized payloads. Disabling the cap allows arbitrarily large request bodies — necessary for large file uploads, but it removes a safety rail.
⚠️Use with care
Without a body limit a single client can stream an unbounded upload. Only disable it on paths that genuinely need large uploads, and make sure the origin enforces its own limits.
disable_default_body_limit = true