Update Nginx_基础.md

This commit is contained in:
heibaiying 2019-12-18 17:17:51 +08:00 committed by GitHub
parent 9584bff2b7
commit 684b13f399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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