Hacker News new | ask | show | jobs
by AaronBBrown 4859 days ago
I use nginx + haproxy and use haproxy for the load balancing piece, too. haproxy simply has much more visibility into the queue. I'm not aware of anything built into nginx that is as robust as the logging and stats page from haproxy. This makes horizontal scaling decisions infinitely easier.
1 comments

I see... Do you run nginx and haproxy on the same box?
Yes.