From 7b38abb636c67d252ec964af04b49ea2e489136c Mon Sep 17 00:00:00 2001 From: huangfeng Date: Wed, 19 Jun 2024 13:43:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=AD=A3=E8=B7=AF=E5=BE=84?= =?UTF-8?q?=E8=BD=AC=E5=8F=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ncac/package/cac.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ncac/package/cac.conf b/ncac/package/cac.conf index 6b96ac6..0a81a26 100644 --- a/ncac/package/cac.conf +++ b/ncac/package/cac.conf @@ -7,7 +7,7 @@ server { index index.html index.htm; } - location /cac-api { + location /cac-api/ { proxy_pass http://127.0.0.1:8099/; } }