# HG changeset patch # User Ruslan Ermilov # Date 1323955734 0 # Node ID 9e2be02df2ce9c114706c364d8e5561fcb043657 # Parent b4afc16d10717083b9da8190d46112f2766c7082 Fixed wording. diff -r b4afc16d1071 -r 9e2be02df2ce xml/en/docs/http/ngx_http_core_module.xml --- a/xml/en/docs/http/ngx_http_core_module.xml Thu Dec 15 13:26:56 2011 +0000 +++ b/xml/en/docs/http/ngx_http_core_module.xml Thu Dec 15 13:28:54 2011 +0000 @@ -1183,9 +1183,9 @@ 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 @@ 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.