From eb5a402aa2beb28194e2bb1aeac7f42bfd17d9c7 Mon Sep 17 00:00:00 2001 From: wxin <15253413025@163.com> Date: Wed, 16 Apr 2025 09:19:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20nginx=E5=8A=9F=E8=83=BD.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx功能.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx功能.md b/nginx功能.md index a0f8ed6..afed8a9 100644 --- a/nginx功能.md +++ b/nginx功能.md @@ -8,7 +8,7 @@ ​ **正向代理的过程隐藏了真实的请求客户端,服务器不知道真实的客户端是谁,客户端请求的服务都被代理服务器代替请求。**常说的代理也就是正向代理,正向代理代理的是请求方,也就是客户端。 -![](http://182.92.143.66:40072/directlink/img/nginx/image-202502220002 .png) +![](http://182.92.143.66:40072/directlink/img/nginx/image-202502220002.png) ### 2. 反向代理