From de97bf233d2bb08ef1c6a9437d1abce7da6212dc Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Wed, 7 Dec 2022 14:42:40 +0800 Subject: [PATCH] =?UTF-8?q?:rocket:=20=E5=AF=B9=E6=8E=A5=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?=E5=AE=8C=E6=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/kicc-ui.conf | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docker/kicc-ui.conf b/docker/kicc-ui.conf index 15a2a89..1208d9c 100644 --- a/docker/kicc-ui.conf +++ b/docker/kicc-ui.conf @@ -29,4 +29,11 @@ server { rewrite ^/prod-api/(.*)$ /$1 break; proxy_pass http://kicc-gateway:9999; } + + # 代理访问后端上传地址 + location ^~/prod-upload { + rewrite ^/prod-upload(.*)$ /system_proxy/system/file/upload break; + proxy_pass http://kicc-gateway:9999; + } + }