Repository: trafficserver Updated Branches: refs/heads/master 5bb63b298 -> cf9a41886
Reverse proxy mode - no need to set browser proxy The instructions say "To access the cache inspector in reverse proxy mode". In reverse proxy mode, user shouldn't "and configure it to use your Traffic Server as a proxy server". Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/cf9a4188 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/cf9a4188 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/cf9a4188 Branch: refs/heads/master Commit: cf9a41886fbe8114f45d3ec061dfdf2be43f237a Parents: 5bb63b2 Author: Murali Ramanujam <[email protected]> Authored: Mon Oct 26 18:41:47 2015 +0800 Committer: Leif Hedstrom <[email protected]> Committed: Thu Oct 29 12:33:40 2015 -0600 ---------------------------------------------------------------------- doc/admin/configuring-cache.en.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/cf9a4188/doc/admin/configuring-cache.en.rst ---------------------------------------------------------------------- diff --git a/doc/admin/configuring-cache.en.rst b/doc/admin/configuring-cache.en.rst index e96b3a0..a3bce65 100644 --- a/doc/admin/configuring-cache.en.rst +++ b/doc/admin/configuring-cache.en.rst @@ -380,8 +380,7 @@ To access the Cache Inspector utility: map http://yourhost.com/myCI/ http://{cache} @action=allow @src_ip=172.28.56.1-172.28.56.254 #. Reload the Traffic Server configuration by running :option:`traffic_ctl config reload`. -#. Open your web browser and configure it to use your Traffic Server as - a proxy server. Type the following URL:: +#. Open your web browser and go to the the following URL:: http://yourhost/myCI/
