Re: upstream keepalive with upstream hash

2013-03-18 Thread beaufour
Maxim Dounin Wrote: > > I'm suspecting that the upstream hash module "takes over" the > upstream > > handling, and thus ignores the 'keepalive' keyword, but I'm randomly > > guessing. > > Quoting http://nginx.org/r/keepalive: > > : When using load balancer methods other than the default > : roun

Re: upstream keepalive with upstream hash

2013-03-15 Thread beaufour
I also just tried the ip_hash module and it also disables the keepalive functionality :( Posted at Nginx Forum: http://forum.nginx.org/read.php?2,237417,237420#msg-237420 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/

upstream keepalive with upstream hash

2013-03-15 Thread beaufour
I've been trying to get this setup working: client <- c0 -> nginx1 <- c1 -> nginx2 <- c2 -> service (http) where the c1 connection is kept alive between request from from the outside, but c0 and c2 are closed after each request. I've used the 'keepalive' keyword in the upstream nginx1 config, and