Updated Branches: refs/heads/master 532003b27 -> e8766548d
TS-1668: Updated the documentation for HSTS Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/e8766548 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/e8766548 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/e8766548 Branch: refs/heads/master Commit: e8766548d1e1da8364dd865a4726292081d50eb7 Parents: 532003b Author: Bryan Call <[email protected]> Authored: Thu Jan 23 09:11:48 2014 +0100 Committer: Bryan Call <[email protected]> Committed: Thu Jan 23 09:11:48 2014 +0100 ---------------------------------------------------------------------- doc/reference/configuration/records.config.en.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e8766548/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 214b129..a7d03d8 100644 --- a/doc/reference/configuration/records.config.en.rst +++ b/doc/reference/configuration/records.config.en.rst @@ -2050,8 +2050,8 @@ 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 client. A value of -1 will disable this feature and + A value of ``0`` will set the max-age value to ``0`` and should remove 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. @@ -2059,7 +2059,7 @@ SSL Termination Enables (``1``) or disables (``0``) adding the includeSubdomain value to the Strict-Transport-Security header. proxy.config.ssl.hsts_max_age - needs to be set to a non -1 value for this configuration to take effect. + needs to be set to a non ``-1`` value for this configuration to take effect. Client-Related Configuration ----------------------------
