Skip to content

Commit

Permalink
doc: remove spurious character in header_rewrite example (#11830)
Browse files Browse the repository at this point in the history
Guessing a IDE was trying to be helpful and added the ${} for something like bash.
  • Loading branch information
mlibbey authored Oct 28, 2024
1 parent 7e2ff2c commit 1c7e120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/admin-guide/plugins/header_rewrite.en.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 1c7e120

Please sign in to comment.