From 609b1c01700c4325caca6513211426f006eafeca Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Mon, 9 Oct 2023 11:44:50 +0200 Subject: [PATCH] Remove the obsolete http-use-htx option. --- templates/haproxy.cfg.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/haproxy.cfg.j2 b/templates/haproxy.cfg.j2 index 32f0fc8..4f0a3a3 100644 --- a/templates/haproxy.cfg.j2 +++ b/templates/haproxy.cfg.j2 @@ -54,7 +54,6 @@ peers mypeers listen stats bind *:{{ haproxy_admin_port }} ssl crt {{ haproxy_cert_dir }} alpn h2,http/1.1 mode http - option http-use-htx http-request use-service prometheus-exporter if { path /metrics } option httplog stats enable