load-balancer
Installation
SKILL.md
负载均衡配置
概述
HAProxy、Nginx LB、健康检查配置等技能。
HAProxy
安装与管理
# 安装
apt install haproxy # Debian/Ubuntu
yum install haproxy # CentOS/RHEL
# 服务管理
systemctl start haproxy
systemctl enable haproxy
systemctl reload haproxy