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

trafficserver git commit: TS-4286: docs: correction to cache disabling instructions

Repository: trafficserver
Updated Branches:
  refs/heads/master fbb5c0716 -> 0468512bb


TS-4286: docs: correction to cache disabling instructions


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

Branch: refs/heads/master
Commit: 0468512bbd89d31a5239e0e9b077104fb8ac8e44
Parents: fbb5c07
Author: Jon Sime <js...@apache.org>
Authored: Sat Mar 19 02:09:53 2016 +0000
Committer: Jon Sime <js...@apache.org>
Committed: Sat Mar 19 02:09:53 2016 +0000

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/0468512b/doc/admin-guide/configuration/cache-basics.en.rst
----------------------------------------------------------------------
diff --git a/doc/admin-guide/configuration/cache-basics.en.rst b/doc/admin-guide/configuration/cache-basics.en.rst
index 3e91ded..aff3770 100644
--- a/doc/admin-guide/configuration/cache-basics.en.rst
+++ b/doc/admin-guide/configuration/cache-basics.en.rst
@@ -513,9 +513,9 @@ detailed below.
 
 To disable HTTP object caching manually:
 
-#. Set :ts:cv:`proxy.config.http.enabled` to ``0`` in :file:`records.config`. ::
+#. Set :ts:cv:`proxy.config.http.cache.http` to ``0`` in :file:`records.config`. ::
 
-        CONFIG proxy.config.http.enabled INT 0
+        CONFIG proxy.config.http.cache.http INT 0
 
 #. Run the command :option:`traffic_ctl config reload` to apply the configuration changes.