Skip to content

Commit

Permalink
Regenerate after previous commits.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdocguard committed Sep 8, 2011
1 parent b39c482 commit 16d873a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
48 changes: 24 additions & 24 deletions docs/html/http/ngx_http_core_module.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@
This directive can be used during debugging, or when using the
<code>$request_body_file</code>
variable, or the
<u>$r-&gt;request_body_file</u>
<a href="ngx_http_perl_module.html#methods">$r-&gt;request_body_file</a>
method of the
<u>http_perl</u> module.
<a href="ngx_http_perl_module.html">http_perl</a> module.
</p><p>
When set to the value <code>on</code>, temporary files are not
removed after request processing.
Expand Down Expand Up @@ -239,8 +239,8 @@
<i>"Request Entity Too Large"</i> (413)
error is returned to a client.
Please be aware that
<u>browsers cannot correctly display
this error</u>.
<a href="/web/upload.html">browsers cannot correctly display
this error</a>.
</p><hr><a name="default_type"></a><strong>syntax</strong>:
<code>default_type <code><i>mime-type</i></code></code><br><strong>default</strong>:
<code>default_type text/plain</code><br><strong>context</strong>:
Expand Down Expand Up @@ -283,7 +283,7 @@
Defines the URI that will be shown for the specified errors.
These directives are inherited from the previous level if and
only if there are no
<u>error_page</u>
<code>error_page</code>
directives on
the current level.
A URI value can contain variables.
Expand Down Expand Up @@ -351,12 +351,12 @@
subrequests formed by the
<code>include virtual</code>
command of the
<u>http_ssi</u> module;
<a href="ngx_http_ssi_module.html">http_ssi</a> module;
</li><li>
requests changed by the
<u>rewrite</u>
<a href="ngx_http_rewrite_module.html#rewrite">rewrite</a>
directive of the
<u>http_rewrite</u> module.
<a href="ngx_http_rewrite_module.html">http_rewrite</a> module.
</li></ul></p><p>
Example:
<blockquote><pre>
Expand Down Expand Up @@ -414,9 +414,9 @@
Limits allowed HTTP methods inside a location.
The GET method also implies the HEAD method.
Access to other methods can be limited using the
<u>http_access</u>
<a href="ngx_http_access_module.html">http_access</a>
and
<u>http_auth_basic</u>
<a href="ngx_http_auth_basic_module.html">http_auth_basic</a>
modules directives:
<blockquote><pre>
limit_except GET {
Expand Down Expand Up @@ -667,13 +667,13 @@
<code>log_not_found on</code><br><strong>context</strong>:
<code>http</code>, <code>server</code>, <code>location</code><br><p>
Enables or disables logging of errors about not found files into the
<u>error_log</u>.
<a href="../ngx_core_module.html#error_log">error_log</a>.
</p><hr><a name="log_subrequest"></a><strong>syntax</strong>:
<code>log_subrequest <code>on</code> | <code>off</code></code><br><strong>default</strong>:
<code>log_subrequest off</code><br><strong>context</strong>:
<code>http</code>, <code>server</code>, <code>location</code><br><p>
Enables or disables logging of subrequests into the
<u>access_log</u>.
<a href="ngx_http_log_module.html#access_log">access_log</a>.
</p><hr><a name="merge_slashes"></a><strong>syntax</strong>:
<code>merge_slashes <code>on</code> | <code>off</code></code><br><strong>default</strong>:
<code>merge_slashes on</code><br><strong>context</strong>:
Expand Down Expand Up @@ -803,7 +803,7 @@
<code>fcntl(O_READAHEAD,</code><code><i>size</i></code><code>)</code>
system call is used, supported in FreeBSD 9.0-CURRENT.
FreeBSD 7 needs to be
<u>patched</u>.
<a href="http://sysoev.ru/freebsd/patch.readahead.txt">patched</a>.
</p><hr><a name="recursive_error_pages"></a><strong>syntax</strong>:
<code>recursive_error_pages <code>on</code> | <code>off</code></code><br><strong>default</strong>:
<code>recursive_error_pages off</code><br><strong>context</strong>:
Expand Down Expand Up @@ -866,8 +866,8 @@
<code>satisfy all</code><br><strong>context</strong>:
<code>location</code><br><p>
Allows access if any of the
<u>http_access</u>
or <u>http_auth_basic</u>
<a href="ngx_http_access_module.html">http_access</a>
or <a href="ngx_http_auth_basic_module.html">http_auth_basic</a>
modules grant access.
<blockquote><pre>
location / {
Expand Down Expand Up @@ -911,8 +911,8 @@
addresses and ports that should accept connections for a server, and the
<a href="#server_name">server_name</a> directive lists all server names.
An example configuration is provided in the
<u>
Setting Up Virtual Servers</u> document.
<a href="../virtual_hosts.html">
Setting Up Virtual Servers</a> document.
</p><hr><a name="server_name"></a><strong>syntax</strong>:
<code>server_name <code><i>name</i></code> ...</code><br><strong>default</strong>:
<code>server_name hostname</code><br><strong>context</strong>:
Expand Down Expand Up @@ -1015,15 +1015,15 @@
<code>http</code><br><p>
Sets the maximum <code><i>size</i></code> of the server names hash tables.
For more information, please refer to
<u>Setting Up Hashes</u>.
<a href="../hash.html">Setting Up Hashes</a>.
</p><hr><a name="server_names_hash_bucket_size"></a><strong>syntax</strong>:
<code>server_names_hash_bucket_size <code><i>size</i></code></code><br><strong>default</strong>:
<code>server_names_hash_bucket_size 32/64/128</code><br><strong>context</strong>:
<code>http</code><br><p>
Sets the bucket size for the server names hash tables.
Default value depends on the size of the processor's cache line.
For more information, please refer to
<u>Setting Up Hashes</u>.
<a href="../hash.html">Setting Up Hashes</a>.
</p><hr><a name="server_tokens"></a><strong>syntax</strong>:
<code>server_tokens <code>on</code> | <code>off</code></code><br><strong>default</strong>:
<code>server_tokens on</code><br><strong>context</strong>:
Expand Down Expand Up @@ -1241,9 +1241,9 @@
<p>
The variable's value is made available in locations
processed by the
<u>proxy_pass</u>
<a href="ngx_http_proxy_module.html#proxy_pass">proxy_pass</a>
and
<u>fastcgi_pass</u>
<a href="ngx_http_fastcgi_module.html#fastcgi_pass">fastcgi_pass</a>
directives.
</p></dd><dt><code>$request_body_file</code></dt><dd>
name of a temporary file with the request body
Expand All @@ -1255,15 +1255,15 @@
When passing the name of a temporary file in a proxied request,
or in a request to a FastCGI server,
passing of the request body should be disabled by the
<u>proxy_pass_request_body</u>
<a href="ngx_http_proxy_module.html#proxy_pass_request_body">proxy_pass_request_body</a>
and
<u>fastcgi_pass_request_body</u>
<a href="ngx_http_fastcgi_module.html#fastcgi_pass_request_body">fastcgi_pass_request_body</a>
directives, respectively.
</p></dd><dt><code>$request_uri</code></dt><dd>
full original request URI (with arguments)
</dd><dt><code>$query_string</code></dt><dd>
same as <code>$args</code></dd><dt><code>$scheme</code></dt><dd>
request scheme, &ldquo;<code>http</code>&rdquo; or &ldquo;<code>https</code>&gt;&rdquo;</dd><dt><code>$server_protocol</code></dt><dd>
request scheme, &ldquo;<code>http</code>&rdquo; or &ldquo;<code>https</code>&rdquo;</dd><dt><code>$server_protocol</code></dt><dd>
request protocol, usually
&ldquo;<code>HTTP/1.0</code>&rdquo;
or
Expand Down
8 changes: 4 additions & 4 deletions docs/html/ngx_core_module.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@
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.
Expand All @@ -37,11 +37,11 @@
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:
Expand Down

0 comments on commit 16d873a

Please sign in to comment.