]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r1896048 from trunk: [skip ci]
authorYann Ylavic <ylavic@apache.org>
Thu, 16 Dec 2021 12:26:46 +0000 (12:26 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 16 Dec 2021 12:26:46 +0000 (12:26 +0000)
docs/mod_proxy.xml: syntax.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1896049 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.xml

index cc980a0b27abf25e3339689e72e94e34c907f9de..7217b621c0f176e276b292b2861fc63d4df75bce 100644 (file)
@@ -1251,7 +1251,7 @@ ProxyPass "/example" "http://backend.example.com" max=20 ttl=120 retry=300
         will apply to the requested <var>uri-path</var> before matching the <var>path</var>. If
         a mapping matches, it's committed to the <var>uri-path</var> such that all the directory
         contexts that use a path (like <code>&lt;Location&gt;</code>) will be matched using the
-        same mapping.
+        same mapping.</p>
         <p><code>mapping=encoded</code> prevents the %-decoding of the <var>uri-path</var> so
         that one can match for instance <code>/some%2furi%2fpath%2fwith%2fslash</code> in a
         <code>ProxyPass</code> or in a <code>&lt;Location&gt;</code> context.</p>