This is an automated email from the ASF dual-hosted git repository.

cmcfarlen pushed a commit to branch 10.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git

commit e1c659cfa3b654a3e37e9ff74fa111bf3d91b29f
Author: mlibbey <mlib...@apache.org>
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.
    
    (cherry picked from commit 1c7e120c8ce0a5c3f5bfc3dc663fb55fe4bc9e00)
---
 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 dca173a0b4..15ecdbbc27 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}

Reply via email to