haproxy: 2.3.14 -> 2.5.1

Closes #153262
This commit is contained in:
Thomas Gerbet 2022-01-30 13:34:06 +01:00
parent 180be3e2b7
commit 023a62d2de
2 changed files with 3 additions and 4 deletions

View file

@ -16,7 +16,6 @@ import ./make-test-python.nix ({ pkgs, ...}: {
frontend http
bind *:80
mode http
option http-use-htx
http-request use-service prometheus-exporter if { path /metrics }
use_backend http_server
'';