You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ml...@apache.org on 2016/05/10 19:46:59 UTC

[trafficserver] 01/02: Fix Geo section markup

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

mlibbey pushed a commit to branch master
in repository https://git-dual.apache.org/repos/asf/trafficserver.git

commit 6903698326e088a32b719076453f8aad070e2320
Author: Miles Libbey <ml...@apache.org>
AuthorDate: Mon May 9 13:19:59 2016 -0700

    Fix Geo section markup
---
 doc/admin-guide/plugins/header_rewrite.en.rst | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/admin-guide/plugins/header_rewrite.en.rst b/doc/admin-guide/plugins/header_rewrite.en.rst
index 1576450..213ec74 100644
--- a/doc/admin-guide/plugins/header_rewrite.en.rst
+++ b/doc/admin-guide/plugins/header_rewrite.en.rst
@@ -218,11 +218,12 @@ as documented in `URL Parts`_ below.
 GEO
 ~~~
 ::
+
     cond %{GEO:<part>} <operand>
 
 Perform a GeoIP lookup of the client-IP, using a 3rd party library and
 DB. Currently only the MaxMind GeoIP API is supported. The default is to
-do a Country lookup, but the following qualifiers are supported:
+do a Country lookup, but the following qualifiers are supported::
 
     %{GEO:COUNTRY}      The country code (e.g. "US")
     %{GEO:COUNTRY-ISO}  The country ISO code (e.g. 225)

-- 
To stop receiving notification emails like this one, please contact
"commits@trafficserver.apache.org" <co...@trafficserver.apache.org>.