diff xml/en/docs/http/ngx_http_ssl_module.xml @ 2296:e2e71f9477a8

Added note about ssl_dhparam defaults.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 30 Nov 2018 18:28:54 +0300
parents b7ac730b96f3
children dbe55598d3f6
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_ssl_module.xml
+++ b/xml/en/docs/http/ngx_http_ssl_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_ssl_module"
         link="/en/docs/http/ngx_http_ssl_module.html"
         lang="en"
-        rev="43">
+        rev="44">
 
 <section id="summary">
 
@@ -285,6 +285,14 @@ client certificates.
 Specifies a <value>file</value> with DH parameters for DHE ciphers.
 </para>
 
+<para>
+By default no parameters are set,
+and therefore DHE ciphers will not be used.
+<note>
+Prior to version 1.11.0, builtin parameters were used by default.
+</note>
+</para>
+
 </directive>