Move nginx config and cert generation to box code
This commit is contained in:
committed by
Johannes Zellner
parent
16ab523cb2
commit
cc9904c8c7
@@ -270,6 +270,7 @@ function start(callback) {
|
||||
auth.initialize,
|
||||
database.initialize,
|
||||
cloudron.initialize, // keep this here because it reads activation state that others depend on
|
||||
certificates.initialize,
|
||||
certificates.installAdminCertificate, // keep this before cron to block heartbeats until cert is ready
|
||||
platform.initialize,
|
||||
taskmanager.initialize,
|
||||
|
||||
Reference in New Issue
Block a user