From ed1ce87d8e90eaabe8dea68a91bf2c2909584a8c Mon Sep 17 00:00:00 2001 From: jlecour Date: Thu, 15 Sep 2022 15:32:06 +0200 Subject: [PATCH] fix syntaxe --- HowtoHaproxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HowtoHaproxy.md b/HowtoHaproxy.md index bce43f64..fb5c344f 100644 --- a/HowtoHaproxy.md +++ b/HowtoHaproxy.md @@ -135,7 +135,7 @@ Dans un frontend il faut ensuite faire un "binding" avec des arguments pour le S frontend fe_https bind 0.0.0.0:443 ssl crt /etc/ssl/haproxy/example_com.pem - http-request set-header X-Forwarded-Proto: https + http-request set-header X-Forwarded-Proto https default_backend myback ~~~