Miiiiiiiiiiiiiinor typo fix

This commit is contained in:
Francisc Romano 2015-11-02 14:03:25 +02:00
parent 94b3680c9d
commit d554c7c582
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