From da902e6f1fa6efac20743b752d26a8fd3b5928b7 Mon Sep 17 00:00:00 2001 From: bunny <1319900154@qq.com> Date: Wed, 28 Feb 2024 19:29:39 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E6=9E=84=E5=BB=BA:=20=F0=9F=93=A6?= =?UTF-8?q?=EF=B8=8F=20nginx=E5=A2=9E=E5=8A=A0mock=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/nginx.conf b/docker/nginx.conf index 9c2213a..67110b3 100644 --- a/docker/nginx.conf +++ b/docker/nginx.conf @@ -15,7 +15,7 @@ server { } # mock 跨域 - location ~/api/ { + location ~/mock/ { proxy_pass http://192.168.3.98:1001; }