Repository: trafficserver
Updated Branches:
  refs/heads/master 3bb54ea82 -> e15d3d30b


Put proxy.config.http.cache.http back in the default records.config


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

Branch: refs/heads/master
Commit: e15d3d30b8c69705f01cef0dbe495f5f3c4ccee8
Parents: 3bb54ea
Author: Leif Hedstrom <zw...@apache.org>
Authored: Fri Oct 3 10:14:36 2014 -0600
Committer: Leif Hedstrom <zw...@apache.org>
Committed: Fri Oct 3 10:41:11 2014 -0600

----------------------------------------------------------------------
 proxy/config/records.config.default.in | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e15d3d30/proxy/config/records.config.default.in
----------------------------------------------------------------------
diff --git a/proxy/config/records.config.default.in 
b/proxy/config/records.config.default.in
index 8299b86..c6e40d6 100644
--- a/proxy/config/records.config.default.in
+++ b/proxy/config/records.config.default.in
@@ -87,6 +87,12 @@ CONFIG proxy.config.http.insert_squid_x_forwarded_for INT 1
 CONFIG proxy.config.http.push_method_enabled INT 0
 
 ##############################################################################
+# Enable / disable HTTP caching. Useful for testing, but also as an
+# overridable (per remap) config
+##############################################################################
+CONFIG proxy.config.http.cache.http INT 1
+
+##############################################################################
 # Cache control. Docs:
 #    https://docs.trafficserver.apache.org/records.config#cache-control
 #    
https://docs.trafficserver.apache.org/en/latest/reference/configuration/cache.config.en.html

Reply via email to