diff xml/ru/docs/stream/ngx_stream_proxy_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 7ebe15d6c68d
line wrap: on
line diff
--- a/xml/ru/docs/stream/ngx_stream_proxy_module.xml	Wed Jun 22 14:37:51 2022 +0400
+++ b/xml/ru/docs/stream/ngx_stream_proxy_module.xml	Thu Jun 23 14:00:09 2022 +0400
@@ -9,7 +9,7 @@
 <module name="Модуль ngx_stream_proxy_module"
         link="/ru/docs/stream/ngx_stream_proxy_module.html"
         lang="ru"
-        rev="29">
+        rev="30">
 
 <section id="summary">
 
@@ -447,7 +447,7 @@
 
 
 <directive name="proxy_ssl_conf_command">
-<syntax><value>command</value> ...</syntax>
+<syntax><value>имя</value> <value>значение</value></syntax>
 <default/>
 <context>stream</context>
 <context>server</context>