From 5f95c230294627bad8932bf75ad0dcf381b89c99 Mon Sep 17 00:00:00 2001 From: weifashi <605403358@qq.com> Date: Thu, 20 Jul 2023 17:26:11 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9Aokr=E4=BB=A3=E7=90=86=E8=B7=AF?= =?UTF-8?q?=E7=94=B1=E6=9B=B4=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/nginx/default.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker/nginx/default.conf b/docker/nginx/default.conf index b1269d54a..7f734abc2 100644 --- a/docker/nginx/default.conf +++ b/docker/nginx/default.conf @@ -188,8 +188,8 @@ server { location /manage/microapp/okr/ { proxy_pass http://192.168.100.90:5566/; } - location /api/v1/okr/ { - proxy_pass http://192.168.100.90:5566/api/v1/okr/; + location /microapp/okr/api/ { + proxy_pass http://192.168.100.90:5566/microapp/okr/api/; } }