HAProxy vs. Nginx

前端 未结 3 963
一生所求
一生所求 2021-02-06 23:12

I was looking at using HAProxy and Nginx for load balancing, and I had some questions:

  • Should I use JUST HAProxy over Nginx for the proxy server?
  • Is there
3条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-02-06 23:36

    HAProxy is definitely the better, more fully featured loadbalancer (compared to the free nginx, not nginx plus (but one could argue that as well).

    One thing that HAProxy sadly still can't do is generic UDP connections. So we used HAProxy and nginx on our logging lbs. But HAProxy released support for syslog/udp in 2.3 so we are about to change that. :)

提交回复
热议问题