From 06bb00172ee01aebd5051b7cb24a95ab731bbd7c Mon Sep 17 00:00:00 2001 From: Eric Bottard Date: Fri, 10 Jul 2015 15:12:37 +0200 Subject: [PATCH] Fix minor typo in doc --- docs/src/main/asciidoc/spring-cloud-netflix.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/asciidoc/spring-cloud-netflix.adoc b/docs/src/main/asciidoc/spring-cloud-netflix.adoc index b3a0dc48..4fa282e8 100644 --- a/docs/src/main/asciidoc/spring-cloud-netflix.adoc +++ b/docs/src/main/asciidoc/spring-cloud-netflix.adoc @@ -876,7 +876,7 @@ Set that flag to "true" to have the Ribbon client automatically retry failed req (and if you need to you can modify the parameters of the retry operations using the Ribbon client configuration). -The `X-Forwarded-Host` header added to the forwarded requests by +The `X-Forwarded-Host` header is added to the forwarded requests by default. To turn it off set `zuul.addProxyHeaders = false`. The prefix path is stripped by default, and the request to the backend picks up a header "X-Forwarded-Prefix" ("/myusers" in the examples