Directive reference
client_body_timeout
Sets the maximum gap between reads of a client request body.
| Syntax | client_body_timeout time; |
|---|---|
| Contexts | httpserverlocation |
| Default | client_body_timeout 60s; |
Behavior
This is a gap timeout, not a budget for the whole upload. Progress resets the timer.
Example
client_body_timeout 15s;