diff --git a/src/cloudron.js b/src/cloudron.js index 186badaee..2f6607601 100644 --- a/src/cloudron.js +++ b/src/cloudron.js @@ -205,8 +205,6 @@ function configureDefaultServer(callback) { safe.child_process.execSync(certCommand); } - safe.fs.unlinkSync(path.join(paths.NGINX_APPCONFIG_DIR,'ip_based_setup.conf')); - nginx.configureAdmin(certFilePath, keyFilePath, 'default.conf', '', function (error) { if (error) return callback(error);