diff xml/ru/docs/http/ngx_http_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 37e082fd009c
line wrap: on
line diff
--- a/xml/ru/docs/http/ngx_http_proxy_module.xml
+++ b/xml/ru/docs/http/ngx_http_proxy_module.xml
@@ -10,7 +10,7 @@
 <module name="Модуль ngx_http_proxy_module"
         link="/ru/docs/http/ngx_http_proxy_module.html"
         lang="ru"
-        rev="74">
+        rev="75">
 
 <section id="summary">
 
@@ -1996,7 +1996,7 @@ proxy_set_header Accept-Encoding "";
 
 
 <directive name="proxy_ssl_conf_command">
-<syntax><value>command</value> ...</syntax>
+<syntax><value>имя</value> <value>значение</value></syntax>
 <default/>
 <context>http</context>
 <context>server</context>