haproxy

Installation
SKILL.md

HAProxy

HAProxy is the standard for high-performance load balancing. HAProxy 3.0 (2025) adds Syslog Load Balancing and improved HTTP/3 QUIC support.

When to Use

  • High Traffic: Handling millions of requests per second.
  • L4 Balancing: TCP proxying for Database replicas, Redis, or non-HTTP protocols.
  • Advanced Logic: Complex ACLs, rate limiting, and sticky sessions.

Quick Start

frontend http_front
   bind *:80
   default_backend web_servers
Related skills
Installs
1
GitHub Stars
7
First Seen
Feb 10, 2026