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 ~~~