Skip to content

Commit ea62fad

Browse files
committed
https://github.com/Tinywan/lua-nginx-redis/blob/master/docs/Nginx/location-detail.md
1 parent 0762eb7 commit ea62fad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
+ Nginx 教程 (Nginx tutorial)
77
+ [Nginx编译安装](/Nginx/nginx-install.md)
88
+ [Nginx.conf详解和配置](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Nginx/nginx-base-config.md)
9+
+ [Location 详解和配置](https://github.com/Tinywan/lua-nginx-redis/blob/master/docs/Nginx/location-detail.md)
910
+ [Nginx基础知识](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Nginx/nginx-basic.md)
1011
+ [Nginx高性能WEB服务器详解](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Nginx/nginx-high-basic.md)
1112
+ [Nginx高并发系统内核优化和PHP7配置文件优化](https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Nginx/nginx-parameter-config.md)

docs/Nginx/location-detail.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
* location 的匹配顺序其实是**“先匹配普通,再匹配正则”**
66

7-
* * 正则匹配会覆盖普通匹配(实际的规则,比这复杂)
7+
* 正则匹配会覆盖普通匹配(实际的规则,比这复杂)
88

99
#### 执行顺序
1010

0 commit comments

Comments
 (0)