summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2017-12-14 19:36:28 +0000
committerRich Bowen <rbowen@apache.org>2017-12-14 19:36:28 +0000
commit6da7cc84861d56ede2c0d10c4837195a3ab787ad (patch)
tree9db55269407e0c9b9f12c9f71dfe2042324fa718
parent79b599086c8b8c5de023f34d02574d930e219d0a (diff)
downloadhttpd-6da7cc84861d56ede2c0d10c4837195a3ab787ad.tar.gz
add trailing slash to end of URL
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1818200 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/mod/mod_substitute.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_substitute.xml b/docs/manual/mod/mod_substitute.xml
index f2dcf292c1..b8535a94df 100644
--- a/docs/manual/mod/mod_substitute.xml
+++ b/docs/manual/mod/mod_substitute.xml
@@ -117,7 +117,7 @@
<example><title>Rewriting URLs embedded in proxied content</title>
<highlight language="config">
-ProxyPass "/blog/" "http://internal.blog.example.com"
+ProxyPass "/blog/" "http://internal.blog.example.com/"
ProxyPassReverse "/blog/" "http://internal.blog.example.com/"
Substitute "s|http://internal.blog.example.com/|http://www.example.com/blog/|i"