We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6811b6e commit 114823fCopy full SHA for 114823f
docs/Nginx/location-detail.md
@@ -123,6 +123,7 @@
123
* 因此如果我们只想对`GET / `请求配置作用指令,那么我们可以选`location = / {} `这样能减少正则location 的搜索,因此效率比`location / {}` 高
124
125
> 注:前提是我们的目的仅仅只想对“GET / ”起作用
126
+
127
#### 精确匹配
128
129
* `精确匹配exact match `,即使`普通location`没有带`=`或`^~`前缀,也一样会终止后面的匹配
@@ -161,4 +162,4 @@
161
162
163
* 另一种是`最大前缀匹配(Literal strings match the beginning portion of the query – the most specific match will be used)`
164
-#### [http://www.cnblogs.com/lidabo/p/4169396.html](http://www.cnblogs.com/lidabo/p/4169396.html)
165
+#### [http://www.cnblogs.com/lidabo/p/4169396.html](http://www.cnblogs.com/lidabo/p/4169396.html)
0 commit comments