GUACAMOLE-540: Typo in link to Tomcat remote IP section.
Project: http://git-wip-us.apache.org/repos/asf/guacamole-manual/repo Commit: http://git-wip-us.apache.org/repos/asf/guacamole-manual/commit/63856c9b Tree: http://git-wip-us.apache.org/repos/asf/guacamole-manual/tree/63856c9b Diff: http://git-wip-us.apache.org/repos/asf/guacamole-manual/diff/63856c9b Branch: refs/heads/master Commit: 63856c9be5c1997fd8b5ab046d62178a2b8a6d37 Parents: ffaf53f Author: Nick Couchman <[email protected]> Authored: Mon Jul 2 16:56:59 2018 -0400 Committer: Nick Couchman <[email protected]> Committed: Mon Jul 2 16:56:59 2018 -0400 ---------------------------------------------------------------------- src/chapters/reverse-proxy.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/guacamole-manual/blob/63856c9b/src/chapters/reverse-proxy.xml ---------------------------------------------------------------------- diff --git a/src/chapters/reverse-proxy.xml b/src/chapters/reverse-proxy.xml index 8f329b5..f171fa3 100644 --- a/src/chapters/reverse-proxy.xml +++ b/src/chapters/reverse-proxy.xml @@ -177,7 +177,7 @@ port that servlet container is configured to use. You will need to replace these values with the correct values for your server.</para> <para>Related to the RemoteIpValve configuration for tomcat, documented in - <xref linked="tomcat-remote-ip"/>, the + <xref linkend="tomcat-remote-ip"/>, the <code>proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;</code> line is important if you want the <code>X-Forwarded-For</code> header to be passed through to the web application server and available to applications running inside it.</para>
