If ‘keepalive_timeout 0’ is set at the http context level, does nginx
honor
‘keepalive_timeout N’ at the server and/or listen level?
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,233583,233583#msg-233583
If ‘keepalive_timeout 0’ is set at the http context level, does nginx
honor
‘keepalive_timeout N’ at the server and/or listen level?
Posted at Nginx Forum:
http://forum.nginx.org/read.php?2,233583,233583#msg-233583
On Dec 5, 2012, at 2:28 , jeenam wrote:
If ‘keepalive_timeout 0’ is set at the http context level, does nginx honor
‘keepalive_timeout N’ at the server and/or listen level?
There is no listen context as such, but there is default server for
listen address:port pair. As to the question - yes, you can change
keepalive_timeout at server or location level.
–
Igor S.
http://nginx.com/support.html
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs