Repository: trafficserver Updated Branches: refs/heads/master 55961c89f -> 731d35d38
Updating docs to reflect changes in TS-2574 Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/e52ce1a1 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/e52ce1a1 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/e52ce1a1 Branch: refs/heads/master Commit: e52ce1a19225a01dbc2e2dd90958fce502ca24e5 Parents: fc11d7e Author: Brian Geffon <[email protected]> Authored: Fri Aug 22 10:24:21 2014 -0700 Committer: Brian Geffon <[email protected]> Committed: Fri Aug 22 10:24:21 2014 -0700 ---------------------------------------------------------------------- doc/reference/configuration/records.config.en.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/e52ce1a1/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 3bd3366..0af30cc 100644 --- a/doc/reference/configuration/records.config.en.rst +++ b/doc/reference/configuration/records.config.en.rst @@ -2081,6 +2081,19 @@ SSL Termination authenticated during the SSL handshake. Clients without a certificate are not allowed to access Traffic Server. +.. ts:cv:: CONFIG proxy.config.ssl.number.threads INT 0 + + Sets the number of SSL threads to use, this defaults to 0 (autoconfigure). + + - ``0`` = autoconfigure, this will allow Traffic Server to determine + the appropriate number of threads + + - ``-1`` = disable, this makes ET_NET threads behave like ET_SSL threads + Note: this does not disable SSL, it simply allows another thread pool + to assist in SSL tasks without dedicated SSL threads. + + - ``>0`` = Use a non-zero number of SSL threads + .. ts:cv:: CONFIG proxy.config.ssl.server.multicert.filename STRING ssl_multicert.config The location of the :file:`ssl_multicert.config` file, relative
