]> granicus.if.org Git - apache/commitdiff
add trailing slash to end of URL
authorRich Bowen <rbowen@apache.org>
Thu, 14 Dec 2017 19:36:28 +0000 (19:36 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 14 Dec 2017 19:36:28 +0000 (19:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1818200 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_substitute.xml

index f2dcf292c17bfd8a3a355fd5aa784ea5dee3de52..b8535a94df42f724e7ac80d7d1c6991a07940380 100644 (file)
 
     <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"