remove obsolete nginx config file

This commit is contained in:
Girish Ramakrishnan
2017-01-31 18:05:19 -08:00
parent db452d9bc0
commit 19a098d34b

View File

@@ -230,6 +230,8 @@ 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);