xin

Directive reference

client_body_timeout

Sets the maximum gap between reads of a client request body.

Syntaxclient_body_timeout time;
Contextshttpserverlocation
Defaultclient_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;

Related directives

client_max_body_size