From 46ec24aedca4d7eca60546087280a5077fd97340 Mon Sep 17 00:00:00 2001 From: Mac666 <7988832+wx_5c67ef6b8d@user.noreply.gitee.com> Date: Mon, 7 Jun 2021 10:48:14 +0800 Subject: [PATCH] update docker/pig-ui.conf. --- docker/pig-ui.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/pig-ui.conf b/docker/pig-ui.conf index 56c21466..a6a6515b 100644 --- a/docker/pig-ui.conf +++ b/docker/pig-ui.conf @@ -4,7 +4,8 @@ server { # 打包好的dist目录文件,放置到这个目录下 root /data/; - + + # 注意维护新增微服务,gateway 路由前缀 location ~* ^/(code|auth|admin|gen) { proxy_pass http://pig-gateway:9999; #proxy_set_header Host $http_host; -- Gitee