diff xml/ru/docs/http/ngx_http_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 3f5e91af4a52
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_ssl_module.xml	Wed Jun 22 14:37:51 2022 +0400
+++ b/xml/ru/docs/http/ngx_http_ssl_module.xml	Thu Jun 23 14:00:09 2022 +0400
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_ssl_module"
         link="/ru/docs/http/ngx_http_ssl_module.html"
         lang="ru"
-        rev="57">
+        rev="58">
 
 <section id="summary">
 
@@ -300,7 +300,7 @@
 
 
 <directive name="ssl_conf_command">
-<syntax><value>command</value> ...</syntax>
+<syntax><value>имя</value> <value>значение</value></syntax>
 <default/>
 <context>http</context>
 <context>server</context>