From a50741242932b8579d7720cf962b67596d33f6cd Mon Sep 17 00:00:00 2001 From: hxr <1490493387@qq.com> Date: Sun, 26 May 2024 23:53:30 +0800 Subject: [PATCH] =?UTF-8?q?docs:=20:memo:=20=E4=BB=A3=E7=90=86`proxy=5Fpas?= =?UTF-8?q?s`=E7=9A=84=E7=9B=AE=E6=A0=87API=E8=B7=AF=E5=BE=84=E6=9C=80?= =?UTF-8?q?=E5=90=8E=E7=9A=84=E6=96=9C=E6=9D=A0/=E9=87=8D=E8=A6=81?= =?UTF-8?q?=E6=80=A7=E5=A3=B0=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1b1ea894..800a9f99 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,8 @@ server { } # 反向代理配置 location /prod-api/ { - proxy_pass http://vapi.youlai.tech/; # vapi.youlai.tech替换成你的后端API地址 + # vapi.youlai.tech 替换后端API地址,注意保留后面的斜杠 / + proxy_pass http://vapi.youlai.tech/; } } ```