# HG changeset patch # User Ruslan Ermilov # Date 1320674857 0 # Node ID 69c131b0ebe0d42089bedd8b643f57dbc0b94a09 # Parent 6b81a1950ecbe18e60bed0f9057ee5e7212eaf6c Rephrased a sentence about "try_files" so that "alias" isn't called a prefix. Submitted by: mdounin diff -r 6b81a1950ecb -r 69c131b0ebe0 xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml Mon Nov 07 08:46:15 2011 +0000 +++ b/xml/en/docs/http/ngx_http_core_module.xml Mon Nov 07 14:07:37 2011 +0000 @@ -2054,9 +2054,10 @@ Checks the existence of files in the specified order, and uses the first found file for request processing; the processing is performed in the current context. -A path to the file is a concatenation of the prefix (as controlled by the - and directives) and the -file argument. +A path to the file is constructed from the +file argument +according to the + and directives. It is possible to check the directory existence by specifying a slash at the end of a name, e.g. “$uri/”. If none of the files were found, an internal redirect to the