HAProxy load balancer reference. Frontend binds with ACL routing, backend server pools with health checks, balance algorithms (roundrobin/leastconn/source), SSL termination with SNI, stick-table rate limiting, and stats/Prometheus monitoring.

Install

openclaw skills install @ckchzh/haproxy

HAProxy

HAProxy high-performance load balancer reference.

Commands

CommandDescription
introHAProxy overview, L4/L7, architecture
configConfig structure: global/defaults/frontend/backend
frontendBinds, ACLs, routing, request manipulation
backendServers, balance algorithms, sticky sessions
healthHealth check options, agent checks
sslSSL termination, SNI, ciphers, HSTS
stick-tablesRate limiting, connection tracking
statsStats page, Prometheus, runtime management