From 1ebdcd1d90f63201660026950d2169f4fb1dc20f Mon Sep 17 00:00:00 2001
From: Ruslan Ermilov
Date: Thu, 15 Sep 2011 08:33:25 +0000
Subject: Regenerated after previous commit.
---
docs/html/ngx_core_module.html | 13 ++++++-------
1 file changed, 6 insertions(+), 7 deletions(-)
(limited to 'docs/html/ngx_core_module.html')
diff --git a/docs/html/ngx_core_module.html b/docs/html/ngx_core_module.html
index 705cd7bed..4c5e8d8ac 100644
--- a/docs/html/ngx_core_module.html
+++ b/docs/html/ngx_core_module.html
@@ -1,4 +1,4 @@
-Core ModuleExample Configuration
+Core ModuleCore Module
Example Configuration
user www www;
worker_processes 2;
@@ -27,9 +27,8 @@ variable inheritance during a
live upgrade
of an executable file;
-use of variables by the
-http_perl
-module;
+use of variables by the module
+ngx_http_perl_module;
use of variables by worker processes.
Please bear in mind that controlling system libraries in this way
@@ -40,9 +39,9 @@ An exception from this is an above mentioned
live upgrade
of an executable file.
-The TZ variable is always inherited and made available to the
-http_perl
-module, unless configured explicitly.
+The TZ variable is always inherited and made available to the module
+ngx_http_perl_module,
+unless configured explicitly.
Usage example:
--
cgit