mirror of
https://github.com/danswer-ai/danswer.git
synced 2025-10-10 21:26:01 +02:00
Fix nginx for prod compose file
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
# fill in the template
|
# 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
|
# wait for the api_server to be ready
|
||||||
echo "Waiting for API server to boot up; this may take a minute or two..."
|
echo "Waiting for API server to boot up; this may take a minute or two..."
|
||||||
|
Reference in New Issue
Block a user