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 ~~~