From 107f0409768946821fa9428e8af724a60201c86a Mon Sep 17 00:00:00 2001 From: mhy <2624196756@qq.com> Date: Mon, 25 Nov 2024 17:21:20 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0=E9=83=A8=E7=BD=B22?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker_start.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker_start.sh b/docker_start.sh index 2d87c9f..d455825 100644 --- a/docker_start.sh +++ b/docker_start.sh @@ -1,8 +1,8 @@ #!/bin/bash -# source utils.sh +source utils.sh -# replace $NGINX_DEFAULT_CONFIG PROXY_ +replace $NGINX_DEFAULT_CONFIG PROXY_ # replace "umi.*.js" WS_SERVER_URL /usr/share/nginx/html # sed -i "s/PROXY_WEB_SERVICE/$PROXY_WEB_SERVICE/g" /etc/nginx/conf.d/default.conf -- GitLab