comparison xml/en/docs/ngx_core_module.xml @ 444:43c84d19bf92

Added a note about the NGINX environment variable.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 12 Mar 2012 12:32:04 +0000
parents df261b1ce71f
children 571b790ddf9e
comparison
equal deleted inserted replaced
443:1b2264bdd433 444:43c84d19bf92
136 env PERL5LIB=/data/site/modules; 136 env PERL5LIB=/data/site/modules;
137 env OPENSSL_ALLOW_PROXY_CERTS=1; 137 env OPENSSL_ALLOW_PROXY_CERTS=1;
138 </example> 138 </example>
139 </para> 139 </para>
140 140
141 <para>
142 <note>
143 The NGINX environment variable is used internally by nginx
144 and should not be set directly by the user.
145 </note>
146 </para>
147
141 </directive> 148 </directive>
142 149
143 150
144 <directive name="include"> 151 <directive name="include">
145 <syntax><value>file</value> | <value>mask</value></syntax> 152 <syntax><value>file</value> | <value>mask</value></syntax>