diff --git a/doc/how-nginx-works.md b/doc/how-nginx-works.md index 5097989..29cba8a 100644 --- a/doc/how-nginx-works.md +++ b/doc/how-nginx-works.md @@ -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