maj URL doc

This commit is contained in:
Gregory Colpart 2023-06-28 09:45:50 +02:00
parent 953c316258
commit 8a88fe82b3

View file

@ -3,7 +3,7 @@ title: Howto HAProxy
category: web HA
---
* Documentation : <https://www.haproxy.org/#docs>
* Documentation : <https://docs.haproxy.org/>
[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
~~~
~~~