Syntax: | client_header_timeout |
---|---|
Default: | client_header_timeout 60s; |
Context: | http , server |
Defines a timeout for reading client request header. If a client does not transmit the entire header within this time, the 408 (Request Time-out) error is returned to the client.
Please login to continue.