From 28da5151ed2c4e1fd66d8983df1ed51f42944db2 Mon Sep 17 00:00:00 2001 From: AD7six Date: Thu, 23 Oct 2014 15:23:29 +0000 Subject: [PATCH] correct typo --- doc/how-nginx-works.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/how-nginx-works.md b/doc/how-nginx-works.md index 6057d50..654b6a5 100644 --- a/doc/how-nginx-works.md +++ b/doc/how-nginx-works.md @@ -42,7 +42,7 @@ will be included: There are some significant concequences to this behavior such as it _not_ being possible to build configuration files from small, overlapping, location blocks. -## try_files in the server_context does not always apply +## try_files in the server context does not always apply Consider the following server block: