From 2dbe888827610c3c04a9cef15fa58fb156416d78 Mon Sep 17 00:00:00 2001 From: gcolpart Date: Sat, 29 Oct 2016 23:53:56 +0200 Subject: [PATCH] =?UTF-8?q?uniformisation=20d=C3=A9but=20du=20howto?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoHaproxy.md | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/HowtoHaproxy.md b/HowtoHaproxy.md index fb426cb0..1ea0b20b 100644 --- a/HowtoHaproxy.md +++ b/HowtoHaproxy.md @@ -1,19 +1,18 @@ --- -toc: yes +title: Howto HAProxy +category: web HA --- -# Howto HAProxy - -[Documentation officielle](http://haproxy.1wt.eu/download/1.5/doc/configuration.txt). + ## Installation -Sous Debian Jessie, la version proposée est la 1.5.8 et 1.6.9 en backports. - ~~~ # apt install haproxy ~~~ +Sous Debian Jessie, la version est la 1.5.8, si nécessaire une version plus récente est disponible via les backports. + ## Configuration La configuration se passe dans le fichier `haproxy.cfg` se trouvant dans `/etc/haproxy` sous Debian.