Fix typo in description of HSTS configs
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/3fa5b031 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/3fa5b031 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/3fa5b031 Branch: refs/heads/5.0.x Commit: 3fa5b03193b68ebfe4ba122cfbf095a435f94a67 Parents: 22f66aa Author: Uri Shachar <[email protected]> Authored: Thu Jan 16 00:25:53 2014 +0200 Committer: Uri Shachar <[email protected]> Committed: Thu Jan 16 00:25:53 2014 +0200 ---------------------------------------------------------------------- doc/reference/configuration/records.config.en.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/3fa5b031/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 c3aac2e..214b129 100644 --- a/doc/reference/configuration/records.config.en.rst +++ b/doc/reference/configuration/records.config.en.rst @@ -2051,15 +2051,15 @@ SSL Termination This configuration specifies the max-age value that will be used when adding the Strict-Transport-Security header. The value is in seconds. A value of 0 will set the max-age value to 0 and should remove the - hsts entry from the cleint. A value of -1 will disable this feature and - not set the header. This option is only used for HTTPS request and the + hsts entry from the client. A value of -1 will disable this feature and + not set the header. This option is only used for HTTPS requests and the header will not be set on HTTP requests. .. ts:cv:: CONFIG proxy.config.ssl.hsts_include_subdomains INT 0 - Enables (``1``) or disables (``0``) to add the includeSubdomain value + Enables (``1``) or disables (``0``) adding the includeSubdomain value to the Strict-Transport-Security header. proxy.config.ssl.hsts_max_age - will need to be set to a non -1 value for this value to be added. + needs to be set to a non -1 value for this configuration to take effect. Client-Related Configuration ----------------------------
