From 6ae672f707a1cda96fd3b43d9a166758fd21c567 Mon Sep 17 00:00:00 2001 From: Phil Kunz Date: Fri, 18 Jan 2019 00:46:08 +0100 Subject: [PATCH] fix(core): update --- ts/smartnginx.classes.smartnginx.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/ts/smartnginx.classes.smartnginx.ts b/ts/smartnginx.classes.smartnginx.ts index 16163a7..04aa05b 100644 --- a/ts/smartnginx.classes.smartnginx.ts +++ b/ts/smartnginx.classes.smartnginx.ts @@ -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(); } } }