From 57c98c152d8a767ea3f0288f17078853e1cdca6e Mon Sep 17 00:00:00 2001 From: jlecour Date: Thu, 27 Oct 2022 09:42:06 +0200 Subject: [PATCH] =?UTF-8?q?capture=20de=20l'en-t=C3=AAte=20Host=20pour=20a?= =?UTF-8?q?ffichage=20dans=20les=20logs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- HowtoHaproxy.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HowtoHaproxy.md b/HowtoHaproxy.md index 983d3074..075667e1 100644 --- a/HowtoHaproxy.md +++ b/HowtoHaproxy.md @@ -97,6 +97,9 @@ frontend myfront option forwardfor maxconn 800 bind 0.0.0.0:80 + + capture request header Host len 32 + default_backend myback backend myback