Tag Name read_timeout
Usage read_timeout time-units

Description
The read_timeout is applied on server-side connections. After each successful read(), the timeout will be extended by this amount. If no data is read again after this amount of time, the request is aborted and logged with ERR_READ_TIMEOUT. The default is 15 minutes.

Default read_timeout 15 minutes

Example
read_timeout 10 minutes