Fix list templating
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/472aeaf2 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/472aeaf2 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/472aeaf2 Branch: refs/heads/4.1.x Commit: 472aeaf29841feb180ecc4c1aef34bda5c328d5d Parents: 38d0dc8 Author: Thomas Jackson <[email protected]> Authored: Tue Nov 12 13:41:40 2013 -0800 Committer: Igor GaliÄ <[email protected]> Committed: Tue Nov 12 23:56:49 2013 +0100 ---------------------------------------------------------------------- doc/reference/configuration/records.config.en.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/472aeaf2/doc/reference/configuration/records.config.en.rst ---------------------------------------------------------------------- diff --git a/doc/reference/configuration/records.config.en.rst b/doc/reference/configuration/records.config.en.rst index 18f913a..392f146 100644 --- a/doc/reference/configuration/records.config.en.rst +++ b/doc/reference/configuration/records.config.en.rst @@ -873,7 +873,7 @@ Negative Response Caching ``Cache-Control`` directives from the server forbidding ache are ignored for the following HTTP response codes, regardless of the value specified for the :ts:cv:`proxy.config.http.negative_caching_enabled` variable. - The following negative responses are cached by Traffic Server: + The following negative responses are cached by Traffic Server::: 204 No Content 305 Use Proxy
