Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 371 Bytes

haproxy.md

File metadata and controls

13 lines (7 loc) · 371 Bytes

在物理服务器上部署HAProxy进行端口转发,以便将物理服务器端口访问转发给对应的虚拟机端口,实现对外服务。

HAProxy提供的负载均衡功能可以在开发环境模拟线上集群部署,实现预发布模拟。

安装HAProxy


参考