Syntax: | send_timeout |
---|---|
Default: | send_timeout 60s; |
Context: | http , server , location |
Sets a timeout for transmitting a response to the client. The timeout is set only between two successive write operations, not for the transmission of the whole response. If the client does not receive anything within this time, the connection is closed.
Please login to continue.