From c100d214e0f12666de23dcbf7660c4c5a6afebd1 Mon Sep 17 00:00:00 2001 From: hxh <762326930@qq.com> Date: Thu, 14 Mar 2024 10:14:32 +0800 Subject: [PATCH] =?UTF-8?q?cicd:=20=E6=B7=BB=E5=8A=A0=E4=BB=A3=E7=90=86?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/nginx.conf.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/deploy/nginx.conf.tmpl b/deploy/nginx.conf.tmpl index e50b972..dc88c12 100644 --- a/deploy/nginx.conf.tmpl +++ b/deploy/nginx.conf.tmpl @@ -61,6 +61,10 @@ http { rewrite ^/api/(.*)$ /tianhui-admin-web/$1 break; proxy_pass ${API_SERVER}; } + location /profile { + proxy_pass ${API_SERVER}/tianhui-admin-web; + } + location /thinking { rewrite ^/thinking/(.*)$ /tianhui-admin-web/$1 break;