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 2018/05/31 17:36:06 UTC

[trafficserver] branch master updated: doc: fixes some example configurations in the plugins docs

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 0cd39c6  doc: fixes some example configurations in the plugins docs
0cd39c6 is described below

commit 0cd39c6f4fa09f52a3b639bc08a0809a0f260c10
Author: Randall Meyer <ra...@yahoo.com>
AuthorDate: Wed May 30 17:31:54 2018 -0700

    doc: fixes some example configurations in the plugins docs
---
 doc/admin-guide/plugins/escalate.en.rst  | 4 +++-
 doc/admin-guide/plugins/geoip_acl.en.rst | 2 +-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/doc/admin-guide/plugins/escalate.en.rst b/doc/admin-guide/plugins/escalate.en.rst
index 7739952..af0c2a2 100644
--- a/doc/admin-guide/plugins/escalate.en.rst
+++ b/doc/admin-guide/plugins/escalate.en.rst
@@ -1,3 +1,5 @@
+.. include:: ../../common.defs
+
 .. _escalate-plugin:
 
 Escalate Plugin
@@ -52,7 +54,7 @@ Example
 
 With this line in :file:`remap.config` ::
 
-    map cdn.example.com origin.example.com
+    map cdn.example.com origin.example.com \
       @plugin=escalate.so @pparam=401,404,410,502:second-origin.example.com @pparam=--pristine
 
 Traffic Server would accept a request for ``cdn.example.com`` and, on a cache miss, proxy the
diff --git a/doc/admin-guide/plugins/geoip_acl.en.rst b/doc/admin-guide/plugins/geoip_acl.en.rst
index 5413407..15e5af7 100644
--- a/doc/admin-guide/plugins/geoip_acl.en.rst
+++ b/doc/admin-guide/plugins/geoip_acl.en.rst
@@ -79,7 +79,7 @@ use case.
    example ::
 
     map http://example.com http://music.example.com \
-      @plugin=geoip_acl.so @pparam=country @pparam=allow @pparam= US
+      @plugin=geoip_acl.so @pparam=country @pparam=allow @pparam=US \
       @pparam=regex::/etc/music.regex
 
 This tells the plugin that in the situation where there is no matching

-- 
To stop receiving notification emails like this one, please contact
mlibbey@apache.org.