Add trailing slash to Cache Inspector URL; location of customizable files

Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/6dac46b9
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/6dac46b9
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/6dac46b9

Branch: refs/heads/master
Commit: 6dac46b92b872e814bb313a44f3177fea99009e2
Parents: 3899668
Author: Miles Libbey <mlib...@apache.org>
Authored: Fri Jan 31 11:26:00 2014 -0800
Committer: Miles Libbey <mlib...@apache.org>
Committed: Wed Feb 26 15:17:11 2014 -0800

----------------------------------------------------------------------
 doc/admin/configuring-cache.en.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/6dac46b9/doc/admin/configuring-cache.en.rst
----------------------------------------------------------------------
diff --git a/doc/admin/configuring-cache.en.rst 
b/doc/admin/configuring-cache.en.rst
index f514135..4df5bc0 100644
--- a/doc/admin/configuring-cache.en.rst
+++ b/doc/admin/configuring-cache.en.rst
@@ -343,14 +343,14 @@ To access the Cache Inspector utility, follow the steps 
below:
    restricted to a limited set of hosts using the ``@src_ip`` option.
    To restrict access to the network 172.28.56.0/24, use ::
 
-      map http://yourhost.com/myCI http://{cache} @action=allow 
@src_ip=172.28.56.1-172.28.56.254
+      map http://yourhost.com/myCI/ http://{cache} @action=allow 
@src_ip=172.28.56.1-172.28.56.254
 
 #. From the Traffic Server ``bin`` directory, enter the following
    command to re-read the configuration file: ``traffic_line -x``
 #. Open your web browser and configure it to use your Traffic Server as
    a proxy server. Type the following URL::
 
-      http://yourhost/myCI
+      http://yourhost/myCI/
 
 #. The Cache page opens.
 

Reply via email to