diff options
author | Christophe Jaillet <jailletc36@apache.org> | 2016-05-01 19:47:37 +0200 |
---|---|---|
committer | Christophe Jaillet <jailletc36@apache.org> | 2016-05-01 19:47:37 +0200 |
commit | 86ab4211a9db661daf125be6cd8ee8bcd3ba6297 (patch) | |
tree | 9ced3490d45cbd120b9476bd686f2c81d0f4746f /docs/manual/urlmapping.xml | |
parent | Remove useless <br \> in highlight blocks. (diff) | |
download | apache2-86ab4211a9db661daf125be6cd8ee8bcd3ba6297.tar.xz apache2-86ab4211a9db661daf125be6cd8ee8bcd3ba6297.zip |
Remove useless <br \> in highlight blocks.
(r1741864 in 2.4.x + small tweak because quoting is different. This will be fixed later on)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1741874 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/urlmapping.xml')
-rw-r--r-- | docs/manual/urlmapping.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/manual/urlmapping.xml b/docs/manual/urlmapping.xml index 627c90d56f..8b36dc5578 100644 --- a/docs/manual/urlmapping.xml +++ b/docs/manual/urlmapping.xml @@ -269,9 +269,9 @@ and returns them to the client as if they were from the local server.</p> <highlight language="config"> -ProxyPass "/foo/" "http://internal.example.com/bar/"<br /> -ProxyPassReverse "/foo/" "http://internal.example.com/bar/"<br /> -ProxyPassReverseCookieDomain internal.example.com public.example.com<br /> +ProxyPass "/foo/" "http://internal.example.com/bar/" +ProxyPassReverse "/foo/" "http://internal.example.com/bar/" +ProxyPassReverseCookieDomain internal.example.com public.example.com ProxyPassReverseCookiePath "/foo/" "/bar/" </highlight> |