mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 22:59:07 +00:00
Update FetchCertificates.ts and run.sh
This commit is contained in:
parent
fb0c6d0540
commit
54871d8dd9
@ -175,4 +175,3 @@ export default class Jobs {
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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;" &
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user