diff xml/en/docs/http/ngx_http_ssl_module.xml @ 3006:0e805229dd19

Updated ngx_http_ssl_module documentation. Provided details about ssl_protocol directive usage by adding link to the "Server names" document.
author Sergey A. Osokin <sergey.osokin@nginx.com>
date Sat, 02 Sep 2023 13:01:52 -0400
parents 2b02fee0d12e
children ac4191d05fdf
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_ssl_module.xml	Thu Aug 31 15:14:39 2023 -0400
+++ b/xml/en/docs/http/ngx_http_ssl_module.xml	Sat Sep 02 13:01:52 2023 -0400
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_ssl_module"
         link="/en/docs/http/ngx_http_ssl_module.html"
         lang="en"
-        rev="61">
+        rev="62">
 
 <section id="summary">
 
@@ -602,6 +602,17 @@
 
 <para>
 Enables the specified protocols.
+</para>
+
+<para>
+If the directive is specified on the <link id="server"/> level,
+the value from the default server can be used.
+Details are provided in the
+“<link doc="server_names.xml" id="virtual_server_selection">Virtual
+server selection</link>” section.
+</para>
+
+<para>
 <note>
 The <literal>TLSv1.1</literal> and <literal>TLSv1.2</literal> parameters
 (1.1.13, 1.0.12) work only when OpenSSL 1.0.1 or higher is used.