From 78af402ae5d6413bfbc015bf6ec47bd1b8e24700 Mon Sep 17 00:00:00 2001
From: Ruslan Ermilov $request_body_file
variable, or the
-$r->request_body_file
+$r->request_body_file
method of the
-http_perl module.
+http_perl module.
When set to the value on
, temporary files are not
removed after request processing.
@@ -239,8 +239,8 @@ If size
is greater than the configured value, the
"Request Entity Too Large" (413)
error is returned to a client.
Please be aware that
-browsers cannot correctly display
-this error.
+browsers cannot correctly display
+this error.
default_type mime-type
default_type text/plain
error_page
directives on
the current level.
A URI value can contain variables.
@@ -351,12 +351,12 @@ requests redirected by the error_page directive;
subrequests formed by the
include virtual
command of the
-http_ssi module;
+http_ssi module;
Example:
@@ -414,9 +414,9 @@ into the keep-alive state, these buffers are freed. Limits allowed HTTP methods inside a location. The GET method also implies the HEAD method. Access to other methods can be limited using the -http_access +http_access and -http_auth_basic +http_auth_basic modules directives:limit_except GET { @@ -667,13 +667,13 @@ used for request redirection.log_not_found on
context:http
,server
,location
Enables or disables logging of errors about not found files into the -error_log. +error_log.
syntax:log_subrequest
on
|off
default:log_subrequest off
context:http
,server
,location
Enables or disables logging of subrequests into the -access_log. +access_log.
syntax:merge_slashes
on
|off
default:merge_slashes on
context: @@ -803,7 +803,7 @@ On FreeBSD, thefcntl(O_READAHEAD,
size
)
system call is used, supported in FreeBSDĀ 9.0-CURRENT. FreeBSDĀ 7 needs to be -patched. +patched.
syntax:recursive_error_pages
on
|off
default:recursive_error_pages off
context: @@ -866,8 +866,8 @@ If a URI need to be modified, thesatisfy all
context:location
Allows access if any of the -http_access -or http_auth_basic +http_access +or http_auth_basic modules grant access.
location / { @@ -911,8 +911,8 @@ Instead, the listen directives describe all addresses and ports that should accept connections for a server, and the server_name directive lists all server names. An example configuration is provided in the - -Setting Up Virtual Servers document. + +Setting Up Virtual Servers document.
syntax:server_name
name
...
default:server_name hostname
context: @@ -1015,7 +1015,7 @@ If this field is not present, an IP address of the server is used.http
Sets the maximum
size
of the server names hash tables. For more information, please refer to -Setting Up Hashes. +Setting Up Hashes.
syntax:server_names_hash_bucket_size
size
default:server_names_hash_bucket_size 32/64/128
context: @@ -1023,7 +1023,7 @@ For more information, please refer to 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 -Setting Up Hashes. +Setting Up Hashes.
syntax:server_tokens
on
|off
default:server_tokens on
context: @@ -1241,9 +1241,9 @@ request bodyThe variable's value is made available in locations processed by the -proxy_pass +proxy_pass and -fastcgi_pass +fastcgi_pass directives.
$request_body_file
name of a temporary file with the request body @@ -1255,15 +1255,15 @@ needs be specified. 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 -proxy_pass_request_body +proxy_pass_request_body and -fastcgi_pass_request_body +fastcgi_pass_request_body directives, respectively. $request_uri
full original request URI (with arguments) $query_string
same as $args
$scheme
-request scheme, “ http
” or “https
>”$server_protocol
+request scheme, “ http
” or “https
”$server_protocol
request protocol, usually “ HTTP/1.0
” or 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:
- variable inheritance during a -live upgrade +live upgrade of an executable file;
- use of variables by the -http_perl +http_perl module;
- 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 -live upgrade +live upgrade of an executable file.
The TZ variable is always inherited and made available to the -http_perl +http_perl module, unless configured explicitly.
Usage example: