comparison xml/en/docs/http/ngx_http_scgi_module.xml @ 1991:4f3dd2f548cf

Documented variables in fastcgi_pass, scgi_pass, and uwsgi_pass.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 26 May 2017 18:58:03 +0300
parents 3460bd328287
children fc3ba2e76974
comparison
equal deleted inserted replaced
1990:a108f1ff1690 1991:4f3dd2f548cf
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_scgi_module" 10 <module name="Module ngx_http_scgi_module"
11 link="/en/docs/http/ngx_http_scgi_module.html" 11 link="/en/docs/http/ngx_http_scgi_module.html"
12 lang="en" 12 lang="en"
13 rev="35"> 13 rev="36">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_scgi_module</literal> module allows passing 18 The <literal>ngx_http_scgi_module</literal> module allows passing
1166 used in a round-robin fashion. 1166 used in a round-robin fashion.
1167 In addition, an address can be specified as a 1167 In addition, an address can be specified as a
1168 <link doc="ngx_http_upstream_module.xml">server group</link>. 1168 <link doc="ngx_http_upstream_module.xml">server group</link>.
1169 </para> 1169 </para>
1170 1170
1171 <para>
1172 Parameter value can contain variables.
1173 In this case, if an address is specified as a domain name,
1174 the name is searched among the described
1175 <link doc="ngx_http_upstream_module.xml">server groups</link>,
1176 and, if not found, is determined using a
1177 <link doc="ngx_http_core_module.xml" id="resolver"/>.
1178 </para>
1179
1171 </directive> 1180 </directive>
1172 1181
1173 1182
1174 <directive name="scgi_pass_header"> 1183 <directive name="scgi_pass_header">
1175 <syntax><value>field</value></syntax> 1184 <syntax><value>field</value></syntax>