From 828c0e5096f702cbe26fc9df118a6083f6917f1a Mon Sep 17 00:00:00 2001 From: jlecour Date: Tue, 24 Oct 2023 16:57:54 +0200 Subject: [PATCH] retrait des lignes pour les stats, c'est perturbant ici --- HowtoHaproxy.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/HowtoHaproxy.md b/HowtoHaproxy.md index 18100cb5..03a33f97 100644 --- a/HowtoHaproxy.md +++ b/HowtoHaproxy.md @@ -33,8 +33,6 @@ listen www bind *:80 balance roundrobin option httpchk OPTIONS * HTTP/1.1\r\nHost:\ www.example.com - stats uri /haproxy-stats - stats auth foo:bar server www00 192.0.2.1:80 maxconn 50 check inter 10s server www01 192.0.2.2:80 maxconn 50 check inter 10s ~~~