now that htx is the default everywhere, we can remove the need to put
htx as a mandatory option to setup prometheus.

Signed-off-by: William Dauchy <wdau...@gmail.com>
---
 contrib/prometheus-exporter/README | 1 -
 1 file changed, 1 deletion(-)

diff --git a/contrib/prometheus-exporter/README 
b/contrib/prometheus-exporter/README
index 30154de95..fdbc50203 100644
--- a/contrib/prometheus-exporter/README
+++ b/contrib/prometheus-exporter/README
@@ -27,7 +27,6 @@ and the corresponding HTTP proxy must enable the HTX support. 
For instance:
     frontend test
         mode http
         ...
-        option http-use-htx
         http-request use-service prometheus-exporter if { path /metrics }
         ...
 
-- 
2.30.0


Reply via email to