| Syntax: | client_body_timeout |
|---|---|
| Default: | client_body_timeout 60s; |
| Context: | http, server, location |
Defines a timeout for reading client request body. The timeout is set only for a period between two successive read operations, not for the transmission of the whole request body. If a client does not transmit anything within this time, the 408 (Request Time-out) error is returned to the client.
Please login to continue.