Sync docs from master to gh-pages

This commit is contained in:
Dave Syer
2014-11-25 09:50:31 +00:00
parent 0f216bcf63
commit 06b505717e

View File

@@ -2075,7 +2075,10 @@ public class Application extends FeignConfigurer {
</div>
</div>
<div class="paragraph">
<p>This means that http calls to /proxy/users get forwarded to the users service. This proxy configuration is useful for services that host a user interface to proxy to the backend services it requires. By default, the proxy mapping gets stripped from the request before forwarding.</p>
<p>This means that http calls to /proxy/users get forwarded to the users service. This proxy configuration is useful for services that host a user interface to proxy to the backend services it requires. To change the mapping, set <code>zuul.proxy.mapping</code> to a different value, such as <code>/api</code>. By default, the proxy mapping gets stripped from the request before forwarding. To keep the proxy mapping on the forwarded call, set <code>zuul.proxy.stripMapping = false</code>.</p>
</div>
<div class="paragraph">
<p>To have the <code>X-Forwarded-Host</code> header added to the forwarded requests, set <code>zuul.proxy.addProxyHeaders = true</code>.</p>
</div>
</div>
<div class="sect2">
@@ -2650,7 +2653,7 @@ service or the "resource" service if you have one).</p>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2014-11-24 17:05:08 UTC
Last updated 2014-11-25 09:49:46 UTC
</div>
</div>
</body>