From c06de00353866fcee3f7bd2abf0ec0c086cfb886 Mon Sep 17 00:00:00 2001
From: Yann Ylavic
Date: Thu, 16 Dec 2021 12:26:46 +0000
Subject: [PATCH] Merge r1896048 from trunk: [skip ci]
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 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/manual/mod/mod_proxy.xml b/docs/manual/mod/mod_proxy.xml
index cc980a0b27a..7217b621c0f 100644
--- a/docs/manual/mod/mod_proxy.xml
+++ b/docs/manual/mod/mod_proxy.xml
@@ -1251,7 +1251,7 @@ ProxyPass "/example" "http://backend.example.com" max=20 ttl=120 retry=300
will apply to the requested uri-path before matching the path. If
a mapping matches, it's committed to the uri-path such that all the directory
contexts that use a path (like <Location>
) will be matched using the
- same mapping.
+ same mapping.
mapping=encoded
prevents the %-decoding of the uri-path so
that one can match for instance /some%2furi%2fpath%2fwith%2fslash
in a
ProxyPass
or in a <Location>
context.
--
2.47.2