From 43c335aaddeb441d9173708fbf466cffb6273010 Mon Sep 17 00:00:00 2001 From: whirigoyen Date: Fri, 2 Dec 2022 15:20:06 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20pr=C3=A9cision=20chemin=20socket?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoHaproxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoHaproxy.md b/HowtoHaproxy.md index c36642d2..6bfc19d2 100644 --- a/HowtoHaproxy.md +++ b/HowtoHaproxy.md @@ -677,7 +677,7 @@ HaProxy propose une API accessible via un socket ou un port permettant de lui en A partir de HaProxy 2.2 (Debian Bullseye, ou Buster avec les backports) : ~~~ -# echo "show ssl cert" | socat stdio unix-connect:/run/haproxy/admin.sock +# echo "show ssl cert" | socat stdio unix-connect:/run/haproxy/admin.sock # ou autre chemin de socket configuré dans "stats socket" ~~~