]> git.kaiwu.me - nginx.git/commit
Fixed misleading example SSL config.
authorSergey Budnevitch <sb@waeme.net>
Wed, 7 Aug 2013 16:01:43 +0000 (20:01 +0400)
committerSergey Budnevitch <sb@waeme.net>
Wed, 7 Aug 2013 16:01:43 +0000 (20:01 +0400)
commitbe27365bb10e255330d3baeda2b918ea9fd79b8e
tree34549ec97e7286bda088ab9e576e4d4089e83e0e
parent74dfd08957279720873bd89fe6b3d1a78a61cc0c
Fixed misleading example SSL config.

a) ssl as listen parameter is preferable.
b) ssl_protocols defaults are better because they do not forbid TLS versions
   1.1 and 1.2.
c) ssl_session_timeout has sense only with SSL cache.
conf/nginx.conf