diff --git a/deploy/start.sh b/deploy/start.sh index 85bc5a80a9a16cf17a33b6a2608bd258e66e488b..3a915586c1b175152464de208bae38208955fb2e 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