# HG changeset patch # User Ruslan Ermilov # Date 1323955734 0 # Node ID 9e2be02df2ce9c114706c364d8e5561fcb043657 # Parent b4afc16d10717083b9da8190d46112f2766c7082 Fixed wording. diff --git a/xml/en/docs/http/ngx_http_core_module.xml b/xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml +++ b/xml/en/docs/http/ngx_http_core_module.xml @@ -1183,9 +1183,9 @@ locations defined using the prefix strin Among them, the most specific one is searched. Then regular expressions are checked, in the order of their appearance in a configuration file. -A search terminates on the first match, and its corresponding -configuration is used. -If no match with a regular expression location is found then a +A search of regular expressions terminates on the first match, +and the corresponding configuration is used. +If no match with a regular expression is found then a configuration of the most specific prefix location is used. @@ -1195,7 +1195,7 @@ Locations can be nested, with some excep For case-insensitive operating systems such as Mac OS X and Cygwin, -the string matching ignores a case (0.7.7). +matching with prefix strings ignores a case (0.7.7). However, comparison is limited to one-byte locales.