Re: Nginx Deployments in Practice

2013-12-11 Thread Brian Akins
I build packages using omnibus - https://github.com/bakins/omnibus-nginx ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Why use haproxy now ?

2013-03-29 Thread Brian Akins
We never really use nginx in straight proxy mode - we always have some munging or something to do to the request or response along with cacheing, etc. So, we'd wind up using nginx (or varnish) along with haproxy anyway and that's just an unneeded layer for us, right now. Apache TrafficServer looks

Re: Why use haproxy now ?

2013-03-28 Thread Brian Akins
On Thu, Mar 28, 2013 at 7:21 AM, Lukas Tribus wrote: > Are you able to forward 20Gbps with nginx on a single machine? > I doubt that. Why would you doubt that? Of course, my machines may be bigger than the norm... ___ nginx mailing list nginx@nginx.org

Re: Why use haproxy now ?

2013-03-28 Thread Brian Akins
I use haproxy for alot of non-HTTP load balancing. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx