February 2018
Beginner to intermediate
348 pages
9h 40m
English
Context: http, server, and location
Controls the way Nginx closes client connections. Set this to off to immediately close connections after all of the request data has been received. The default value (on) allows waiting time to process additional data if necessary. If set to always, Nginx will always wait to close the connection. The number of waiting time is defined by the lingering_timeout directive.
Syntax: on, off, or always
Default value: on
Read now
Unlock full access