File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 6
6
+ Nginx 教程 (Nginx tutorial)
7
7
+ [ Nginx编译安装] ( /Nginx/nginx-install.md )
8
8
+ [ 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 )
9
10
+ [ Nginx基础知识] ( https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Nginx/nginx-basic.md )
10
11
+ [ Nginx高性能WEB服务器详解] ( https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Nginx/nginx-high-basic.md )
11
12
+ [ Nginx高并发系统内核优化和PHP7配置文件优化] ( https://github.com/Tinywan/Lua-Nginx-Redis/blob/master/Nginx/nginx-parameter-config.md )
Original file line number Diff line number Diff line change 4
4
5
5
* location 的匹配顺序其实是** “先匹配普通,再匹配正则”** 。
6
6
7
- * * 正则匹配会覆盖普通匹配(实际的规则,比这复杂)
7
+ * 正则匹配会覆盖普通匹配(实际的规则,比这复杂)
8
8
9
9
#### 执行顺序
10
10
You can’t perform that action at this time.
0 commit comments