comparison xml/en/docs/http/ngx_http_uwsgi_module.xml @ 2593:eeed494bba51

Unified phrases about configuration levels and inheritance.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 21 Sep 2020 15:45:07 +0300
parents a5bbfdf88bbd
children 6684517c9d19
comparison
equal deleted inserted replaced
2592:fca42223b9fc 2593:eeed494bba51
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_uwsgi_module" 10 <module name="Module ngx_http_uwsgi_module"
11 link="/en/docs/http/ngx_http_uwsgi_module.html" 11 link="/en/docs/http/ngx_http_uwsgi_module.html"
12 lang="en" 12 lang="en"
13 rev="44"> 13 rev="45">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_uwsgi_module</literal> module allows passing 18 The <literal>ngx_http_uwsgi_module</literal> module allows passing
1157 <context>location</context> 1157 <context>location</context>
1158 1158
1159 <para> 1159 <para>
1160 Sets a <value>parameter</value> that should be passed to the uwsgi server. 1160 Sets a <value>parameter</value> that should be passed to the uwsgi server.
1161 The <value>value</value> can contain text, variables, and their combination. 1161 The <value>value</value> can contain text, variables, and their combination.
1162 These directives are inherited from the previous level if and 1162 These directives are inherited from the previous configuration level
1163 only if there are no 1163 if and only if there are no <literal>uwsgi_param</literal> directives
1164 <literal>uwsgi_param</literal> 1164 defined on the current level.
1165 directives defined on the current level.
1166 </para> 1165 </para>
1167 1166
1168 <para> 1167 <para>
1169 Standard 1168 Standard
1170 <link url="https://tools.ietf.org/html/rfc3875#section-4.1">CGI 1169 <link url="https://tools.ietf.org/html/rfc3875#section-4.1">CGI