haproxy
haproxy 3.4.4
Reliable, high performance TCP/HTTP load balancer
<rendered-html><p>HAProxy is a free, very fast and reliable solution offering high availability, load balancing, and proxying for TCP and HTTP-based applications. It is particularly suited for web sites crawling under very high loads while needing persistence or Layer7 processing. Supporting tens of thousands of connections is clearly realistic with todays hardware.</p> </rendered-html>
https://haproxy.orgGNU General Public License v2.0 or laterGNU Lesser General Public License v2.1 only
main program: haproxyprograms: haproxy, haproxy-reload, haproxy-dump-certs
Maintainers
Platforms (25)
microblazeel-linuxmips64-linuxmipsel-linuxriscv64-linuxaarch64-linuxloongarch64-linuxmicroblaze-linuxx86_64-linux
Install
Copy into your configuration
NixOS (configuration.nix)
environment.systemPackages = with pkgs; [ haproxy ];
Ad-hoc shell
nix-shell -p haproxy
Flake (nix run)
nix run nixpkgs#haproxy