comparison xml/ru/docs/mail/ngx_mail_ssl_module.xml @ 2865:0d355d154181

Corrected syntax of ssl_conf_command and friends. Each directive takes exactly two arguments: command name and value.
author Sergey Kandaurov <pluknet@nginx.com>
date Thu, 23 Jun 2022 14:00:09 +0400
parents 92e5dca02091
children 8033ffaedeb9
comparison
equal deleted inserted replaced
2864:b2e6057d99af 2865:0d355d154181
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Модуль ngx_mail_ssl_module" 10 <module name="Модуль ngx_mail_ssl_module"
11 link="/ru/docs/mail/ngx_mail_ssl_module.html" 11 link="/ru/docs/mail/ngx_mail_ssl_module.html"
12 lang="ru" 12 lang="ru"
13 rev="24"> 13 rev="25">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 Модуль <literal>ngx_mail_ssl_module</literal> обеспечивает работу 18 Модуль <literal>ngx_mail_ssl_module</literal> обеспечивает работу
239 239
240 </directive> 240 </directive>
241 241
242 242
243 <directive name="ssl_conf_command"> 243 <directive name="ssl_conf_command">
244 <syntax><value>command</value> ...</syntax> 244 <syntax><value>имя</value> <value>значение</value></syntax>
245 <default/> 245 <default/>
246 <context>mail</context> 246 <context>mail</context>
247 <context>server</context> 247 <context>server</context>
248 <appeared-in>1.19.4</appeared-in> 248 <appeared-in>1.19.4</appeared-in>
249 249