Updated Branches: refs/heads/master cfc86f1ea -> a32bc3a83
TS-2189 Document cluster-cache-local in cache.config Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/a32bc3a8 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/a32bc3a8 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/a32bc3a8 Branch: refs/heads/master Commit: a32bc3a83538eff27fedf0f6664a9180c027b368 Parents: cfc86f1 Author: Leif Hedstrom <[email protected]> Authored: Sat Oct 12 15:44:21 2013 -0600 Committer: Leif Hedstrom <[email protected]> Committed: Sat Oct 12 15:44:21 2013 -0600 ---------------------------------------------------------------------- doc/reference/configuration/cache.config.en.rst | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/a32bc3a8/doc/reference/configuration/cache.config.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/configuration/cache.config.en.rst b/doc/reference/configuration/cache.config.en.rst index 18f8758..0a3de13 100644 --- a/doc/reference/configuration/cache.config.en.rst +++ b/doc/reference/configuration/cache.config.en.rst @@ -124,6 +124,9 @@ The following list shows possible actions and their allowed values. ``Cache-Control: no-cache`` headers from client requests. - ``ignore-server-no-cache`` configures Traffic Server to ignore ``Cache-Control: no-cache`` headers from origin server responses. + - ``cluster-cache-local`` configures the cluster cache to allow for + this content to be stored locally on every cluster node. + .. _cache-config-format-pin-in-cache:
