Merge pull request #119 from Francisc/patch-1

Minor typo fix
This commit is contained in:
Andy Dawson 2015-11-16 09:23:02 +01:00
commit 82181a672a
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ which may trip up new users.
A [location block (directive)](http://nginx.org/en/docs/http/ngx_http_core_module.html#location)
defines the behavior for a given request which matches the location url pattern. The block used
is whichever is the most specific for the given request, the rules for
precedene can be found in [Nginx's wiki](http://wiki.nginx.org/HttpCoreModule#location).
precedence can be found in [Nginx's wiki](http://wiki.nginx.org/HttpCoreModule#location).
It is very important when writing nginx configuration files to understand that
only one location block will be used by Nginx. When in doubt a useful technique