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

docs/manual/mod/mod_substitute.xml

index 7863728bdf7d6fbe488f8daedfada0f6ab76b302..81a709f00fbc4893d905b62cfd64c136813ce89d 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"