diff --git a/docs/xml/http/ngx_http_core_module.xml b/docs/xml/http/ngx_http_core_module.xml index 05f50da3e..6ce4586db 100644 --- a/docs/xml/http/ngx_http_core_module.xml +++ b/docs/xml/http/ngx_http_core_module.xml @@ -153,9 +153,9 @@ The path value can contain variables. -If alias is used inside a location defined +If alias is used inside a location defined with a regular expression then such regular expression should -contain captures and alias should refer to +contain captures and alias should refer to these captures (0.7.40), for example: location ~ ^/users/(.+\.(?:gif|jpe?g|png))$ { @@ -441,7 +441,7 @@ using XFS under Linux, it needs to be increased to 4K. 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 -error_page +error_page directives on the current level. A URI value can contain variables. @@ -1464,7 +1464,7 @@ The path value can contain variables. A path to the file is constructed by merely adding a URI to the value -of the root directive. +of the root directive. If a URI need to be modified, the alias directive should be used. @@ -1879,7 +1879,7 @@ location / { try_files $uri $uri/ @drupal; } -the try_files directive is equivalent to +the try_files directive is equivalent to location / { error_page 404 = @drupal; @@ -1898,7 +1898,7 @@ location ~ \.php$ { ... } -try_files checks the existence of the PHP file +try_files checks the existence of the PHP file before passing the request to the FastCGI server. @@ -2162,7 +2162,7 @@ or an address of the server which accepted a request Computing a value of this variable usually requires one system call. -To avoid a system call, the listen directives +To avoid a system call, the listen directives must specify addresses and use the bind parameter diff --git a/docs/xml/http/ngx_http_mp4_module.xml b/docs/xml/http/ngx_http_mp4_module.xml index d3332d32f..2a385618f 100644 --- a/docs/xml/http/ngx_http_mp4_module.xml +++ b/docs/xml/http/ngx_http_mp4_module.xml @@ -72,7 +72,7 @@ this module at all. This module is not built by default, it should be enabled with the ---with-http_mp4_module +--with-http_mp4_module configuration parameter. If you were using the third-party mp4 module, be sure to disable it. diff --git a/docs/xml/ngx_core_module.xml b/docs/xml/ngx_core_module.xml index 6cd6a1ef9..fef337fcb 100644 --- a/docs/xml/ngx_core_module.xml +++ b/docs/xml/ngx_core_module.xml @@ -245,7 +245,7 @@ Used to increase the limit without restarting the main process. Defines a scheduling priority for worker processes like is -done by the nice: a negative +done by the nice command: a negative number means higher priority. Allowed range normally varies from -20 to 20.