Repository: trafficserver Updated Branches: refs/heads/master 15b96a4ac -> 2cdd1016f
Doc updates Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/2cdd1016 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/2cdd1016 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/2cdd1016 Branch: refs/heads/master Commit: 2cdd1016f79fd8dd21e6be658eb95b7bd7515632 Parents: 15b96a4 Author: Sudheer Vinukonda <[email protected]> Authored: Thu Feb 25 17:58:09 2016 +0000 Committer: Sudheer Vinukonda <[email protected]> Committed: Thu Feb 25 17:58:09 2016 +0000 ---------------------------------------------------------------------- doc/admin-guide/files/records.config.en.rst | 8 ++++++++ 1 file changed, 8 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/2cdd1016/doc/admin-guide/files/records.config.en.rst ---------------------------------------------------------------------- diff --git a/doc/admin-guide/files/records.config.en.rst b/doc/admin-guide/files/records.config.en.rst index 4dc3bc6..120d2e4 100644 --- a/doc/admin-guide/files/records.config.en.rst +++ b/doc/admin-guide/files/records.config.en.rst @@ -1162,12 +1162,16 @@ HTTP Redirection ================ .. ts:cv:: CONFIG proxy.config.http.redirection_enabled INT 0 + :reloadable: + :overridable: This setting indicates whether Trafficserver does a redirect follow location on receiving a 3XX Redirect response from the Origin server. The redirection attempt is transparent to the client and the client is served the final response from the redirected-to location. .. ts:cv:: CONFIG proxy.config.http.number_of_redirections INT 1 + :reloadable: + :overridable: This setting determines the maximum number of times Trafficserver does a redirect follow location on receiving a 3XX Redirect response for a given client request. @@ -1178,6 +1182,8 @@ HTTP Redirection (e.g. 80 for HTTP and 443 for HTTPS). Note that the port is still included in the Host header if it's non-default. .. ts:cv:: CONFIG proxy.config.http.redirect_use_orig_cache_key INT 0 + :reloadable: + :overridable: This setting enables Trafficserver to allow using original request cache key (for example, set using a TS API) during a 3xx redirect follow. The default behavior (0) is to use the URL specified by Location header in the 3xx response as the cache key. @@ -1912,11 +1918,13 @@ all the different user-agent versions of documents it encounters. .. ts:cv:: CONFIG proxy.config.http.cache.max_open_write_retries INT 1 :reloadable: + :overridable: The number of times to attempt a cache open write upon failure to get a write lock. .. ts:cv:: CONFIG proxy.config.http.cache.open_write_fail_action INT 0 :reloadable: + :overridable: This setting indicates the action taken on failing to obtain the cache open write lock on either a cache miss or a cache hit stale. This typically happens when there is more than one request to the same cache object simultaneously. During such
