changeset 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 1b2264bdd433
children 86d441d817dd
files xml/en/docs/ngx_core_module.xml xml/ru/docs/ngx_core_module.xml
diffstat 2 files changed, 14 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/ngx_core_module.xml	Sun Mar 11 13:27:33 2012 +0000
+++ b/xml/en/docs/ngx_core_module.xml	Mon Mar 12 12:32:04 2012 +0000
@@ -138,6 +138,13 @@
 </example>
 </para>
 
+<para>
+<note>
+The NGINX environment variable is used internally by nginx
+and should not be set directly by the user.
+</note>
+</para>
+
 </directive>
 
 
--- a/xml/ru/docs/ngx_core_module.xml	Sun Mar 11 13:27:33 2012 +0000
+++ b/xml/ru/docs/ngx_core_module.xml	Mon Mar 12 12:32:04 2012 +0000
@@ -136,6 +136,13 @@
 </example>
 </para>
 
+<para>
+<note>
+Переменная окружения NGINX используется для внутренних целей nginx
+и не должна устанавливаться непосредственно самим пользователем.
+</note>
+</para>
+
 </directive>