Re: ip_hash in active_active nginx setup

2015-05-28 Thread s_n
Hi, based on your information we implemented the described setup and did not encounter any stickiness problems so far. Cutting out F5 is sadly a decision that is not under my control. I agree that it would be a simpler setup with just nginx loadbalancing. Thanks all. Posted at Nginx Forum: ht

Re: ip_hash in active_active nginx setup

2015-05-21 Thread itpp2012
s_n Wrote: --- > Hi all, > > we want to use a F5 loadbalancer in front of two nginx instances, > which balance the load to our app-nodes. Why not cut out the F5, use stream to balance between the same instance(s) (loop back) with either a single

Re: ip_hash in active_active nginx setup

2015-05-21 Thread Maxim Dounin
Hello! On Thu, May 21, 2015 at 12:14:36PM -0400, s_n wrote: > Hi all, > > we want to use a F5 loadbalancer in front of two nginx instances, which > balance the load to our app-nodes. > > The F5 loadbalancer distributes incoming requests via round-robin algorithm > to the two nginx instances. >

ip_hash in active_active nginx setup

2015-05-21 Thread s_n
Hi all, we want to use a F5 loadbalancer in front of two nginx instances, which balance the load to our app-nodes. The F5 loadbalancer distributes incoming requests via round-robin algorithm to the two nginx instances. The nginx instances should be configured to use ip_hash to distribute the req