Update Nginx_基础.md
This commit is contained in:
parent
9584bff2b7
commit
684b13f399
@ -46,6 +46,7 @@ Nginx 能够同时支持正向代理和反向代理,这两种代理模式的
|
||||
+ 反向代理发生在服务端,客户端并不知道发生了代理,示例如下。用户只知道将请求发送给 Nginx,但是并不知道请求被转发了,也不知道被转发给了哪一台应用服务器。实际上对于用户来说,他也没必要知道,因为请求结果都是相同的。
|
||||
|
||||
<div align="center"> <img src="../pictures/nginx-plus.png"/> </div>
|
||||
|
||||
## 二、基本命令
|
||||
|
||||
Nginx Shell 的基本使用格式如下:
|
||||
|
Loading…
x
Reference in New Issue
Block a user