Repository: trafficserver Updated Branches: refs/heads/master cfcfc6d67 -> 2f0440f10
Fix typo, missing "O" in origin Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/2f0440f1 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/2f0440f1 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/2f0440f1 Branch: refs/heads/master Commit: 2f0440f1055130693c6ea9c9f9339b7aae58e031 Parents: cfcfc6d Author: Thomas Jackson <[email protected]> Authored: Thu Feb 19 11:14:47 2015 -0800 Committer: Thomas Jackson <[email protected]> Committed: Thu Feb 19 11:15:22 2015 -0800 ---------------------------------------------------------------------- doc/reference/configuration/records.config.en.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/2f0440f1/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 899d1a6..7c0b4f6 100644 --- a/doc/reference/configuration/records.config.en.rst +++ b/doc/reference/configuration/records.config.en.rst @@ -635,7 +635,7 @@ Value Effect - ``0`` no Server: header is added to the response. - ``1`` the Server: header is added (see string below). - - ``2`` the Server: header is added only if the response from rigin does not have one already. + - ``2`` the Server: header is added only if the response from origin does not have one already. .. ts:cv:: CONFIG proxy.config.http.insert_age_in_response INT 1 :reloadable: @@ -954,7 +954,7 @@ Origin Server Connect Attempts .. ts:cv:: CONFIG proxy.config.http.connect_attempts_max_retries INT 6 :reloadable: - The maximum number of connection retries Traffic Server can make when the origin server is not responding. + The maximum number of connection retries Traffic Server can make when the origin server is not responding. Each retry attempt lasts for `proxy.config.http.connect_attempts_timeout`_ seconds. Once the maximum number of retries is reached, the origin is marked dead. After this, the setting `proxy.config.http.connect_attempts_max_retries_dead_server`_ is used to limit the number of retry attempts to the known dead origin.
