Skip to content

Commit 114823f

Browse files
authored
Update location-detail.md
1 parent 6811b6e commit 114823f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/Nginx/location-detail.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,7 @@
123123
* 因此如果我们只想对`GET / `请求配置作用指令,那么我们可以选`location = / {} `这样能减少正则location 的搜索,因此效率比`location / {}` 高
124124
125125
> 注:前提是我们的目的仅仅只想对“GET / ”起作用
126+
126127
#### 精确匹配
127128
128129
* `精确匹配exact match `,即使`普通location`没有带`=``^~`前缀,也一样会终止后面的匹配
@@ -161,4 +162,4 @@
161162
162163
* 另一种是`最大前缀匹配(Literal strings match the beginning portion of the query – the most specific match will be used)`
163164
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

Comments
 (0)