Skip to content

Commit d8c0c8f

Browse files
committed
agentzh的Nginx教程001
1 parent d50a8e8 commit d8c0c8f

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/Nginx/nginx-basic.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,9 @@
22
# Nginx 基础知识
33
---
44
+ [NGINX 所有 Modules](https://www.nginx.com/resources/wiki/modules/)
5+
+ [agentzh的Nginx教程地址](https://openresty.org/download/agentzh-nginx-tutorials-zhcn.html)
56

6-
## agentzh的Nginx教程(版本2016.07.21)
7-
8-
#### [agentzh的Nginx教程地址](https://openresty.org/download/agentzh-nginx-tutorials-zhcn.html)
7+
## agentzh的Nginx教程笔记(版本2016.07.21)
98

109
#### Nginx 变量漫谈(一)
1110
* Nginx 变量的值只有一种类型,那就是字符串
@@ -23,7 +22,7 @@
2322

2423
* Nginx 变量的生命期是不可能跨越请求边界的
2524

26-
##### Nginx 变量漫谈(二)
25+
#### Nginx 变量漫谈(二)
2726
+ 跳转
2827
+ 内部跳转:就是在处理请求的过程中,于服务器内部,从一个 location 跳转到另一个 location 的过程。
2928
+ 外部跳转: HTTP 状态码 301 和 302 所进行的“外部跳转”

0 commit comments

Comments
 (0)