Remove the obsolete http-use-htx option.

This commit is contained in:
Andrea Dell'Amico 2023-10-09 11:44:50 +02:00
parent 4c46b8f9a5
commit 609b1c0170
Signed by: adellam
GPG Key ID: 147ABE6CEB9E20FF
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ peers mypeers
listen stats listen stats
bind *:{{ haproxy_admin_port }} ssl crt {{ haproxy_cert_dir }} alpn h2,http/1.1 bind *:{{ haproxy_admin_port }} ssl crt {{ haproxy_cert_dir }} alpn h2,http/1.1
mode http mode http
option http-use-htx
http-request use-service prometheus-exporter if { path /metrics } http-request use-service prometheus-exporter if { path /metrics }
option httplog option httplog
stats enable stats enable