that too
This commit is contained in:
parent
7c4b667996
commit
e9439531c8
|
|
@ -108,6 +108,8 @@ const appWatcher = watch(NOSE_WWW, (event, filename) => {
|
||||||
const www = apps()
|
const www = apps()
|
||||||
www.forEach(publishAppDNS)
|
www.forEach(publishAppDNS)
|
||||||
for (const name in dnsEntries)
|
for (const name in dnsEntries)
|
||||||
if (!www.includes(name))
|
if (!www.includes(name)) {
|
||||||
dnsEntries[name].kill("SIGTERM")
|
dnsEntries[name].kill("SIGTERM")
|
||||||
|
delete dnsEntries[name]
|
||||||
|
}
|
||||||
})
|
})
|
||||||
Loading…
Reference in New Issue
Block a user