# HG changeset patch # User Ruslan Ermilov # Date 1331555524 0 # Node ID 43c84d19bf925342316581bb2d1d7084d57f4f31 # Parent 1b2264bdd433afceda7b995c544571121a9f051e Added a note about the NGINX environment variable. diff -r 1b2264bdd433 -r 43c84d19bf92 xml/en/docs/ngx_core_module.xml --- 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 @@ + + +The NGINX environment variable is used internally by nginx +and should not be set directly by the user. + + + diff -r 1b2264bdd433 -r 43c84d19bf92 xml/ru/docs/ngx_core_module.xml --- 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 @@ + + +Переменная окружения NGINX используется для внутренних целей nginx +и не должна устанавливаться непосредственно самим пользователем. + + +