Skip to content

Commit

Permalink
Fix nginx for prod compose file
Browse files Browse the repository at this point in the history
  • Loading branch information
Weves committed Feb 22, 2025
1 parent 5a131f4 commit bdaa293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/data/nginx/run-nginx.sh
Original file line number Diff line number Diff line change
@@ -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..."
Expand Down

0 comments on commit bdaa293

Please sign in to comment.