TS-3127: Update documentation
Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/d2cef5fb Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/d2cef5fb Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/d2cef5fb Branch: refs/heads/master Commit: d2cef5fbcc251303abad1197961ea46cf5d08844 Parents: 6eb4db7 Author: Brian Geffon <[email protected]> Authored: Fri Oct 10 13:46:31 2014 -0700 Committer: Brian Geffon <[email protected]> Committed: Fri Oct 10 13:46:31 2014 -0700 ---------------------------------------------------------------------- doc/reference/configuration/records.config.en.rst | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/d2cef5fb/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 486a58c..07244b7 100644 --- a/doc/reference/configuration/records.config.en.rst +++ b/doc/reference/configuration/records.config.en.rst @@ -2186,6 +2186,11 @@ SSL Termination This configuration specifies the lifetime of SSL session cache entries in seconds. If it is ``0``, then the SSL library will use a default value, typically 300 seconds. + +.. ts:cv:: CONFIG proxy.config.ssl.session_cache.auto_clear INT 1 + + This will set the OpenSSL auto clear flag. Auto clear is enabled by + default with ``1`` it can be disabled by changing this setting to ``0``. .. ts:cv:: CONFIG proxy.config.ssl.session_cache.size INT 102400
