Update FetchCertificates.ts and run.sh

This commit is contained in:
Simon Larsen 2024-01-29 08:47:51 +00:00
parent fb0c6d0540
commit 54871d8dd9
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE
2 changed files with 3 additions and 1 deletions

View File

@ -175,4 +175,3 @@ export default class Jobs {
);
}
}

View File

@ -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;" &