Re: Persistent connections timeout (keepalive on upstream)

2015-08-26 Thread ionut_rusu
Hi Quanah, I think your suggestion is for client -> nginx connections, i need a setting for nginx -> backend connections. Thanks Posted at Nginx Forum: http://forum.nginx.org/read.php?2,261284,261289#msg-261289 ___ nginx mailing list nginx@nginx.org

Re: Persistent connections timeout (keepalive on upstream)

2015-08-26 Thread ionut_rusu
Thanks Biazus, i'll give it a try. Do you know if the keepalive connections to the backend have a timeout ? do they recycle ? Posted at Nginx Forum: http://forum.nginx.org/read.php?2,261284,261288#msg-261288 ___ nginx mailing list nginx@nginx.org http:

Persistent connections timeout (keepalive on upstream)

2015-08-26 Thread ionut_rusu
The short question is how can be set the timeout for an upstream for persistent connections (using keepalive) - looks like they never timeout. Details: I have a configuration where i need to setup a reverse proxy for SSL connections, and reuse the backend SSL connections. For doing this i'm using