Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/onyx-dot-app/onyx into bugf…
Browse files Browse the repository at this point in the history
…ix/handle-tasks-blocking-deletion
  • Loading branch information
Richard Kuo (Danswer) committed Feb 22, 2025
2 parents 14b53f9 + bdaa293 commit c794aec
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 c794aec

Please sign in to comment.