Repository: trafficserver Updated Branches: refs/heads/master f2ba1dc71 -> 4ab20913b
[TS-3994] update docs Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/4ab20913 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/4ab20913 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/4ab20913 Branch: refs/heads/master Commit: 4ab20913baad1fffd1c6f02ff9f3fbbc86cff7b9 Parents: f2ba1dc Author: Sudheer Vinukonda <[email protected]> Authored: Thu Nov 5 18:59:11 2015 +0000 Committer: Sudheer Vinukonda <[email protected]> Committed: Thu Nov 5 18:59:11 2015 +0000 ---------------------------------------------------------------------- doc/admin-guide/files/records.config.en.rst | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/4ab20913/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 60f5389..8513ecb 100644 --- a/doc/admin-guide/files/records.config.en.rst +++ b/doc/admin-guide/files/records.config.en.rst @@ -1071,6 +1071,11 @@ HTTP Redirection This setting enables Trafficserver to not include the port in the Host header in the redirect follow request for default/standard ports (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 + + 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. + Origin Server Connect Attempts ==============================
