Welcome! Log In Create A New Profile

Advanced

Persistent connections timeout (keepalive on upstream)

August 26, 2015 02:11PM
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 the keepalive directive on the upstream, something like this:

...
upstream backend {
server backend-host.com:443;
keepalive 10;
}
...

backend-host.com is hosted on Amazon AWS and consists of an Elastic Load Balancer. This means that from time to time its IP will change (scaling up and down)

My issue is that witth the current configuration the persistent connections are never refreshed (they don't have a timeout) and when the IP of the ELB changes then the nginx reverse proxy stops working.

Let me know if more info is needed.
Subject Author Posted

Persistent connections timeout (keepalive on upstream)

ionut_rusu August 26, 2015 02:11PM

Re: Persistent connections timeout (keepalive on upstream)

biazus August 26, 2015 02:35PM

Re: Persistent connections timeout (keepalive on upstream)

ionut_rusu August 26, 2015 03:42PM

Re: Persistent connections timeout (keepalive on upstream)

biazus August 26, 2015 04:08PM

Re: Persistent connections timeout (keepalive on upstream)

Quanah Gibson-Mount August 26, 2015 03:14PM

Re: Persistent connections timeout (keepalive on upstream)

ionut_rusu August 26, 2015 03:43PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 188
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready