From bdaa293ae4fe4dbdcb5facf2b0af3625d2a904e7 Mon Sep 17 00:00:00 2001 From: Weves Date: Fri, 21 Feb 2025 16:57:39 -0800 Subject: [PATCH] Fix nginx for prod compose file --- deployment/data/nginx/run-nginx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/data/nginx/run-nginx.sh b/deployment/data/nginx/run-nginx.sh index 5f18b0d6ba3..01f9c1497ca 100755 --- a/deployment/data/nginx/run-nginx.sh +++ b/deployment/data/nginx/run-nginx.sh @@ -1,5 +1,5 @@ # fill in the template -envsubst '$SSL_CERT_FILE_NAME $SSL_CERT_KEY_FILE_NAME' < "/etc/nginx/conf.d/$1" > /etc/nginx/conf.d/app.conf +envsubst '$DOMAIN $SSL_CERT_FILE_NAME $SSL_CERT_KEY_FILE_NAME' < "/etc/nginx/conf.d/$1" > /etc/nginx/conf.d/app.conf # wait for the api_server to be ready echo "Waiting for API server to boot up; this may take a minute or two..."