You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by da...@apache.org on 2018/08/21 17:31:03 UTC

[trafficserver] branch master updated: Completes documentation regarding redirects

This is an automated email from the ASF dual-hosted git repository.

dagit pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/trafficserver.git


The following commit(s) were added to refs/heads/master by this push:
     new 92b67e4  Completes documentation regarding redirects
92b67e4 is described below

commit 92b67e46727ca685b396afa8ef8093297ef601e9
Author: Derek Dagit <de...@oath.com>
AuthorDate: Sat Aug 18 15:12:26 2018 -0500

    Completes documentation regarding redirects
---
 doc/admin-guide/files/records.config.en.rst | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/doc/admin-guide/files/records.config.en.rst b/doc/admin-guide/files/records.config.en.rst
index d0f4c5a..a6bfa35 100644
--- a/doc/admin-guide/files/records.config.en.rst
+++ b/doc/admin-guide/files/records.config.en.rst
@@ -1308,6 +1308,7 @@ HTTP Redirection
    for a given client request.
 
 .. ts:cv:: CONFIG proxy.config.http.redirect_host_no_port INT 1
+   :reloadable:
 
    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.
@@ -1319,6 +1320,12 @@ HTTP Redirection
    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.
 
+.. ts:cv:: CONFIG proxy.config.http.post_copy_size INT 2048
+   :reloadable:
+
+   This setting determines the maximum size in bytes of uploaded content to be
+   buffered for HTTP methods such as POST and PUT.
+
 Origin Server Connect Attempts
 ==============================