diff xml/en/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/en/docs/http/ngx_http_proxy_module.xml	Wed Jun 22 14:37:51 2022 +0400
+++ b/xml/en/docs/http/ngx_http_proxy_module.xml	Thu Jun 23 14:00:09 2022 +0400
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_proxy_module"
         link="/en/docs/http/ngx_http_proxy_module.html"
         lang="en"
-        rev="74">
+        rev="75">
 
 <section id="summary">
 
@@ -1995,7 +1995,7 @@
 
 
 <directive name="proxy_ssl_conf_command">
-<syntax><value>command</value> ...</syntax>
+<syntax><value>name</value> <value>value</value></syntax>
 <default/>
 <context>http</context>
 <context>server</context>