diff --git a/Nginx/Jobs/FetchCertificates.ts b/Nginx/Jobs/FetchCertificates.ts index 6623538f52..0790cd46c5 100644 --- a/Nginx/Jobs/FetchCertificates.ts +++ b/Nginx/Jobs/FetchCertificates.ts @@ -175,4 +175,3 @@ export default class Jobs { ); } } - diff --git a/Nginx/run.sh b/Nginx/run.sh index 38047e14cf..b53ef3a1f6 100644 --- a/Nginx/run.sh +++ b/Nginx/run.sh @@ -1,5 +1,8 @@ #!/bin/bash +# Print out conf file +envsubst < /etc/nginx/conf.d/default.conf.template > /etc/nginx/conf.d/default.conf + # Start the first process nginx -c /etc/nginx/nginx.conf -g "daemon off;" &