From 21d576b6fe23d8a00b475226eec19da7e04d8372 Mon Sep 17 00:00:00 2001 From: sunlei Date: Sun, 17 May 2026 13:42:39 +0800 Subject: [PATCH] =?UTF-8?q?chore(admin):=20=E8=B0=83=E6=95=B4=E5=90=8E?= =?UTF-8?q?=E5=8F=B0=20Nginx=20API=20=E5=8C=B9=E9=85=8D=E8=A7=84=E5=88=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/nginx-admin.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/nginx-admin.conf b/deploy/nginx-admin.conf index 380ab59..a38b170 100644 --- a/deploy/nginx-admin.conf +++ b/deploy/nginx-admin.conf @@ -14,7 +14,7 @@ server { try_files $uri =404; } - location /api/ { + location ^~ /api/ { proxy_pass http://192.168.31.224:48085/; proxy_http_version 1.1; proxy_set_header Host $host;