Fix LE cert renewal failures

LE contacts the server by hostname and not by IP. This means that
when installing and reconfiguring the app it hits the default_server
route since nginx configs for the app are not generated at.

When doing in the daily cert renew, the nginx configs exist and we
are unable to renew the certs.
This commit is contained in:
Girish Ramakrishnan
2017-11-02 11:29:51 -07:00
parent 06f8aa8f29
commit 014b77b7aa
3 changed files with 8 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
exports = module.exports = {
// a major version makes all apps restore from backup. #451 must be fixed before we do this.
// a minor version makes all apps re-configure themselves
'version': '48.7.0',
'version': '48.8.0',
'baseImages': [ 'cloudron/base:0.10.0' ],