Skip to content

Commit

Permalink
remove cats
Browse files Browse the repository at this point in the history
  • Loading branch information
alxndrsn committed Oct 9, 2024
1 parent 62d2743 commit 7095900
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions files/nginx/setup-odk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,9 @@ export CNAME="$CNAME"
echo "writing fresh nginx templates..."
# redirector.conf gets deleted if using upstream SSL so copy it back
envsubst '$CNAME' < /usr/share/odk/nginx/redirector.conf > /etc/nginx/conf.d/redirector.conf
cat /etc/nginx/conf.d/redirector.conf
envsubst '$SSL_TYPE $CNAME $SENTRY_ORG_SUBDOMAIN $SENTRY_KEY $SENTRY_PROJECT' \
< /usr/share/odk/nginx/odk.conf.template \
> /etc/nginx/conf.d/odk.conf
cat /etc/nginx/conf.d/odk.conf

if [ "$SSL_TYPE" = "letsencrypt" ]; then
echo "starting nginx for letsencrypt..."
Expand Down

0 comments on commit 7095900

Please sign in to comment.