Syntax: | keepalive_timeout
|
---|---|
Default: | keepalive_timeout 75s; |
Context: | http , server , location |
The first parameter sets a timeout during which a keep-alive client connection will stay open on the server side. The zero value disables keep-alive client connections. The optional second parameter sets a value in the “Keep-Alive: timeout=time
” response header field. Two parameters may differ.
The “Keep-Alive: timeout=time
” header field is recognized by Mozilla and Konqueror. MSIE closes keep-alive connections by itself in about 60 seconds.
Please login to continue.