about summary refs log tree commit diff
path: root/nixos/tests/haproxy.nix
diff options
context:
space:
mode:
authorThomas Gerbet <thomas@gerbet.me>2022-01-30 13:34:06 +0100
committerThomas Gerbet <thomas@gerbet.me>2022-01-30 13:37:20 +0100
commit023a62d2de9e11e12c1f3d545cf3d9d0b0c89130 (patch)
treead97a14cb1dc2bf297f80bcab8ced1eff820a235 /nixos/tests/haproxy.nix
parent180be3e2b7ec82fab523a3b132fee63c05145c30 (diff)
haproxy: 2.3.14 -> 2.5.1
Closes #153262
Diffstat (limited to 'nixos/tests/haproxy.nix')
-rw-r--r--nixos/tests/haproxy.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/nixos/tests/haproxy.nix b/nixos/tests/haproxy.nix
index 2c3878131b68b..b6ff4102fe683 100644
--- a/nixos/tests/haproxy.nix
+++ b/nixos/tests/haproxy.nix
@@ -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
         '';