lingering_timeout

Syntax: lingering_timeout time;
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.

doc_nginx
2017-02-09 07:06:50
Comments
Leave a Comment

Please login to continue.