Remove the obsolete http-use-htx option.
This commit is contained in:
parent
4c46b8f9a5
commit
609b1c0170
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue