mirror of
https://github.com/nginx/nginx.git
synced 2026-08-27 04:07:18 +00:00
- The module name is now also output as an HTML header.
- Agreed that examples can only contain literal text. - Agreed to call modules "ngx_*_module". - Renamed XML element "http-error" to a more general "http-status". - Fixed text of error codes to match the actual code.
This commit is contained in:
parent
c940f5fc99
commit
2a46092c5a
5 changed files with 41 additions and 39 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
<module name="Core Module" id="core_module">
|
||||
|
||||
<section name="Example Configuration" id="example">
|
||||
<section id="example" name="Example Configuration">
|
||||
|
||||
<para>
|
||||
<example>
|
||||
|
|
@ -25,7 +25,7 @@ events {
|
|||
</section>
|
||||
|
||||
|
||||
<section name="Directives" id="directives">
|
||||
<section id="directives" name="Directives">
|
||||
|
||||
<directive name="daemon">
|
||||
<syntax>daemon <value>on</value> | <value>off</value></syntax>
|
||||
|
|
@ -57,9 +57,8 @@ of an executable file;
|
|||
</listitem>
|
||||
|
||||
<listitem>
|
||||
use of variables by the
|
||||
<link doc="http/ngx_http_perl_module.xml">http_perl</link>
|
||||
module;
|
||||
use of variables by the module
|
||||
<link doc="http/ngx_http_perl_module.xml">ngx_http_perl_module</link>;
|
||||
</listitem>
|
||||
|
||||
<listitem>
|
||||
|
|
@ -77,9 +76,9 @@ of an executable file.
|
|||
</para>
|
||||
|
||||
<para>
|
||||
The TZ variable is always inherited and made available to the
|
||||
<link doc="http/ngx_http_perl_module.xml">http_perl</link>
|
||||
module, unless configured explicitly.
|
||||
The TZ variable is always inherited and made available to the module
|
||||
<link doc="http/ngx_http_perl_module.xml">ngx_http_perl_module</link>,
|
||||
unless configured explicitly.
|
||||
</para>
|
||||
|
||||
<para>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue