You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by zw...@apache.org on 2014/01/27 21:41:37 UTC

[07/28] git commit: TS-1668: Updated the documentation for HSTS

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/5.0.x
Commit: e8766548d1e1da8364dd865a4726292081d50eb7
Parents: 532003b
Author: Bryan Call <bc...@apache.org>
Authored: Thu Jan 23 09:11:48 2014 +0100
Committer: Bryan Call <bc...@apache.org>
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
 ----------------------------