fix(core): update

This commit is contained in:
Philipp Kunz 2019-01-18 00:46:08 +01:00
parent 3d263e2181
commit 6ae672f707

View File

@ -118,6 +118,7 @@ export class SmartNginx {
this.nginxProcess.reloadConfig();
} else {
this.logger.log('info', `hosts have not diverged, skipping nginx reload`);
this.hostCandidates.wipe();
}
}
}