From 19cf6ca53693e3a8204101a3299830265b347473 Mon Sep 17 00:00:00 2001 From: ObjectNotFound Date: Mon, 14 Jul 2025 02:43:01 +0000 Subject: [PATCH] update deploy/start.sh. Signed-off-by: ObjectNotFound --- deploy/start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy/start.sh b/deploy/start.sh index 85bc5a8..3a91558 100644 --- a/deploy/start.sh +++ b/deploy/start.sh @@ -1,5 +1,5 @@ #!/bin/bash export $(cat .env | xargs) -bash -c "envsubst '\${FRAMEWORK_URL}' < nginx.conf.tmpl > /config/nginx.conf" +bash -c "envsubst '\${RAG_WEB_URL} \${FRAMEWORK_URL}' < nginx.conf.tmpl > /config/nginx.conf" nginx -c /config/nginx.conf -g "daemon off;" \ No newline at end of file -- Gitee