This is an automated email from the ASF dual-hosted git repository.
mlibbey pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/master by this push:
new 1c7e120c8c doc: remove spurious character in header_rewrite example
(#11830)
1c7e120c8c is described below
commit 1c7e120c8ce0a5c3f5bfc3dc663fb55fe4bc9e00
Author: mlibbey <[email protected]>
AuthorDate: Mon Oct 28 14:22:36 2024 -0700
doc: remove spurious character in header_rewrite example (#11830)
Guessing a IDE was trying to be helpful and added the ${} for something
like bash.
---
doc/admin-guide/plugins/header_rewrite.en.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/admin-guide/plugins/header_rewrite.en.rst
b/doc/admin-guide/plugins/header_rewrite.en.rst
index 97431776b6..dcb99bf9cb 100644
--- a/doc/admin-guide/plugins/header_rewrite.en.rst
+++ b/doc/admin-guide/plugins/header_rewrite.en.rst
@@ -282,7 +282,7 @@ These operators can be used both as conditionals, as well
as values for
setting headers. For example::
cond %{SEND_RESPONSE_HDR_HOOK} [AND]
- cond %${GEO:COUNTRY} =US
+ cond %{GEO:COUNTRY} =US
set-header ATS-Geo-Country %{GEO:COUNTRY}
set-header ATS-Geo-Country-ISO %{GEO:COUNTRY-ISO}
set-header ATS-Geo-ASN %{GEO:ASN}