diff options
author | Ruslan Ermilov <ru@nginx.com> | 2011-09-08 13:28:25 +0000 |
---|---|---|
committer | Ruslan Ermilov <ru@nginx.com> | 2011-09-08 13:28:25 +0000 |
commit | 16d873aa7056e2c9de8acdd94f08c4405a94109b (patch) | |
tree | 7af12da10f6e38f2c2ae4fcedd051b516e5e0ea1 /docs/html/ngx_core_module.html | |
parent | b39c48298500182e2f6fb753e9f88b851057c031 (diff) | |
download | nginx-16d873aa7056e2c9de8acdd94f08c4405a94109b.tar.gz nginx-16d873aa7056e2c9de8acdd94f08c4405a94109b.zip |
Regenerate after previous commits.
Diffstat (limited to 'docs/html/ngx_core_module.html')
-rw-r--r-- | docs/html/ngx_core_module.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/html/ngx_core_module.html b/docs/html/ngx_core_module.html index 1a4a89f73..705cd7bed 100644 --- a/docs/html/ngx_core_module.html +++ b/docs/html/ngx_core_module.html @@ -24,11 +24,11 @@ Allows to limit a set of environment variables, change their values, or create new environment variables, for the following cases: <ul><li> variable inheritance during a -<u>live upgrade</u> +<a href="control.html#upgrade">live upgrade</a> of an executable file; </li><li> use of variables by the -<u>http_perl</u> +<a href="http/ngx_http_perl_module.html">http_perl</a> module; </li><li> use of variables by worker processes. @@ -37,11 +37,11 @@ is not always possible as it is not uncommon for libraries to check variables only during initialization, well before they can be set using this directive. An exception from this is an above mentioned -<u>live upgrade</u> +<a href="control.html#upgrade">live upgrade</a> of an executable file. </li></ul></p><p> The TZ variable is always inherited and made available to the -<u>http_perl</u> +<a href="http/ngx_http_perl_module.html">http_perl</a> module, unless configured explicitly. </p><p> Usage example: |