comparison 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
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="Module ngx_http_proxy_module" 10 <module name="Module ngx_http_proxy_module"
11 link="/en/docs/http/ngx_http_proxy_module.html" 11 link="/en/docs/http/ngx_http_proxy_module.html"
12 lang="en" 12 lang="en"
13 rev="74"> 13 rev="75">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_proxy_module</literal> module allows passing 18 The <literal>ngx_http_proxy_module</literal> module allows passing
1993 1993
1994 </directive> 1994 </directive>
1995 1995
1996 1996
1997 <directive name="proxy_ssl_conf_command"> 1997 <directive name="proxy_ssl_conf_command">
1998 <syntax><value>command</value> ...</syntax> 1998 <syntax><value>name</value> <value>value</value></syntax>
1999 <default/> 1999 <default/>
2000 <context>http</context> 2000 <context>http</context>
2001 <context>server</context> 2001 <context>server</context>
2002 <context>location</context> 2002 <context>location</context>
2003 <appeared-in>1.19.4</appeared-in> 2003 <appeared-in>1.19.4</appeared-in>