Syntax: | lingering_time |
---|---|
Default: | lingering_time 30s; |
Context: | http , server , location |
When lingering_close is in effect, this directive specifies the maximum time during which nginx will process (read and ignore) additional data coming from a client. After that, the connection will be closed, even if there will be more data.
Please login to continue.