summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2016-04-14 12:42:30 +0000
committerRich Bowen <rbowen@apache.org>2016-04-14 12:42:30 +0000
commitffefb7af60ed685f8c06d86351801a592c29531c (patch)
treea8b1ee7886ae0c5645b11e290a52530f025e010f
parentb5cf9d9ee1b68490c55d6ad968528b315a8ab12d (diff)
downloadhttpd-ffefb7af60ed685f8c06d86351801a592c29531c.tar.gz
Fixes link to mod_proxy docs, because link can't use <module> syntax.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1739077 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/howto/reverse_proxy.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/howto/reverse_proxy.xml b/docs/manual/howto/reverse_proxy.xml
index 5f45d40d09..b876eae819 100644
--- a/docs/manual/howto/reverse_proxy.xml
+++ b/docs/manual/howto/reverse_proxy.xml
@@ -240,7 +240,7 @@ ProxyPassReverse "/images/" "balancer://myset/"
<note type="warning"><title>Warning</title>
<p>Do not enable the <em>balancer-manager</em> until you have <a
- href="mod_proxy.html#access">secured your server</a>. In
+ href="../../mod_proxy.html#access">secured your server</a>. In
particular, ensure that access to the URL is tightly
restricted.</p>
</note>