This is an automated email from the ASF dual-hosted git repository.
zwoop pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/trafficserver.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new a4c0488 Clarify docs on the change from redirect_enabled.
a4c0488 is described below
commit a4c04885455477ae7220c0446ad35cb540cee420
Author: Susan Hinrichs <[email protected]>
AuthorDate: Wed Sep 25 20:48:48 2019 +0000
Clarify docs on the change from redirect_enabled.
(cherry picked from commit eebdabba5c02133fd3ff69cafca3e4790c890cd6)
---
doc/admin-guide/files/records.config.en.rst | 2 ++
1 file changed, 2 insertions(+)
diff --git a/doc/admin-guide/files/records.config.en.rst
b/doc/admin-guide/files/records.config.en.rst
index 6fec39e..9f3cb66 100644
--- a/doc/admin-guide/files/records.config.en.rst
+++ b/doc/admin-guide/files/records.config.en.rst
@@ -1332,6 +1332,8 @@ HTTP Redirection
.. note:: When :ts:cv:`proxy.config.http.number_of_redirections` is set to
a positive value and |TS| has previously cached a 3XX Redirect response, the
cached response will continue to be refreshed and returned until the response
is no longer in the cache.
+ .. note:: In previous versions proxy.config.http.redirection_enabled had to
be set to 1 before this setting was evaluated. Now setting
:ts:cv:`proxy.config.http.number_of_redirections` to a value greater than zero
is sufficient to cause |TS| to follow redirects.
+
.. ts:cv:: CONFIG proxy.config.http.redirect_host_no_port INT 1
:reloadable: