comparison xml/en/docs/http/ngx_http_ssl_module.xml @ 3012:ac4191d05fdf

Fixed link to the server directive in ssl_protocols.
author Yaroslav Zhuravlev <yar@nginx.com>
date Thu, 14 Sep 2023 21:20:14 +0100
parents 0e805229dd19
children
comparison
equal deleted inserted replaced
3011:55d49eb065ac 3012:ac4191d05fdf
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_ssl_module" 10 <module name="Module ngx_http_ssl_module"
11 link="/en/docs/http/ngx_http_ssl_module.html" 11 link="/en/docs/http/ngx_http_ssl_module.html"
12 lang="en" 12 lang="en"
13 rev="62"> 13 rev="63">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_ssl_module</literal> module provides the 18 The <literal>ngx_http_ssl_module</literal> module provides the
603 <para> 603 <para>
604 Enables the specified protocols. 604 Enables the specified protocols.
605 </para> 605 </para>
606 606
607 <para> 607 <para>
608 If the directive is specified on the <link id="server"/> level, 608 If the directive is specified
609 on the <link doc="ngx_http_core_module.xml" id="server"/> level,
609 the value from the default server can be used. 610 the value from the default server can be used.
610 Details are provided in the 611 Details are provided in the
611 “<link doc="server_names.xml" id="virtual_server_selection">Virtual 612 “<link doc="server_names.xml" id="virtual_server_selection">Virtual
612 server selection</link>” section. 613 server selection</link>” section.
613 </para> 614 </para>