From 6da7cc84861d56ede2c0d10c4837195a3ab787ad Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Thu, 14 Dec 2017 19:36:28 +0000 Subject: 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 --- docs/manual/mod/mod_substitute.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ Rewriting URLs embedded in proxied content -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" -- cgit v1.2.1