# HG changeset patch # User Robert Casties # Date 1545130822 -3600 # Node ID 79b95ce5d3153576bc74bca20405bc80bad63b16 # Parent 7e4396e467de747dfd69be1e90ffbbc44a4dea27 Small fix to docs. diff -r 7e4396e467de -r 79b95ce5d315 doc/src/site/markdown/server-setup.md --- a/doc/src/site/markdown/server-setup.md Tue Dec 18 11:35:41 2018 +0100 +++ b/doc/src/site/markdown/server-setup.md Tue Dec 18 12:00:22 2018 +0100 @@ -35,9 +35,7 @@ } ``` -### Resources - -- the [nginx documentation](nginx.org/en/docs/) +Please check the [nginx documentation](nginx.org/en/docs/). ## Apache as proxy and load-balancer @@ -107,7 +105,9 @@ correct request URL for the servlets. Please see the Tomcat documentation about the [Remote IP Valve](https://tomcat.apache.org/tomcat-9.0-doc/config/valve.html#Remote_IP_Valve). -You basically need to add the following XML tag with your proxy's IP numbers to the `Host` tag of your `server.xml` file: +You basically need to add the following XML tag with your proxy's IP numbers to the `Host` tag of your `server.xml` file +and make sure `ProxyPreserveHost` is set to `on`: + ``` ``` -and make sure `ProxyPreserveHost` is set to `on`. + +