diff --git a/HowtoHaproxy.md b/HowtoHaproxy.md index 4d1fba4d..75111fbb 100644 --- a/HowtoHaproxy.md +++ b/HowtoHaproxy.md @@ -3,7 +3,7 @@ title: Howto HAProxy category: web HA --- -* Documentation : +* Documentation : [HAProxy](http://www.haproxy.org/) est un puissant *load balancer* pour les protocoles TCP/HTTP/HTTPS. Il gère la répartition de charge et la tolérance de panne. Son principal auteur est [Willy Tarreau](http://1wt.eu/#wami), un développeur actif du noyau Linux. HAProxy est écrit en langage C, il est optimisé pour Linux, mais tourne également sous BSD. Des sites web importants l'utilisent comme Twitter, Github, Reddit, Airbnb, etc. @@ -950,4 +950,4 @@ tcp-check send GET\ /status\ HTTP/1.0\r\n tcp-check send User-Agent:\ Haproxy\ Health\ Check\r\n tcp-check send \r\n tcp-check expect rstring HTTP/1\..\ 200 comment check\ HTTP\ response -~~~ \ No newline at end of file +~~~