Syntax: | lingering_timeout |
---|---|
Default: | lingering_timeout 5s; |
Context: | http , server , location |
When lingering_close is in effect, this directive specifies the maximum waiting time for more client data to arrive. If data are not received during this time, the connection is closed. Otherwise, the data are read and ignored, and nginx starts waiting for more data again. The “wait-read-ignore” cycle is repeated, but no longer than specified by the lingering_time directive.
Please login to continue.