summaryrefslogtreecommitdiffstats
path: root/nixos/tests/haproxy.nix
AgeCommit message (Collapse)Author
2020-05-31nixos/haproxy: add reloading support, use upstream service hardeningHugo Geoffroy
Refactor the systemd service definition for the haproxy reverse proxy, using the upstream systemd service definition. This allows the service to be reloaded on changes, preserving existing server state, and adds some hardening options.
2019-12-24nixos/httpd: limit serving web content to virtual hosts, convert ↵Aaron Andersen
virtualHosts option type from listOf to attrsOf, add ACME integration
2019-12-16nixosTests.haproxy: Port tests to pythonChristian Kampka
2019-11-09nixos/haproxy: support hot-reload without dropping packetsPeter Hoeg
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth
2018-06-08nixos/tests; add haproxyAndreas Rammhold