ip_hash in active_active nginx setup
itpp2012
nginx-forum at nginx.us
Thu May 21 19:02:34 UTC 2015
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 server block and loadbalanced upstream or
split up, which ever works best / more consistent in load distribution.
nginx is by default a better loadbalancer then a F5, but that's a personal
opinion.
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,259046,259049#msg-259049
More information about the nginx
mailing list