TUN-820: Fix caddyfile gitignore

This commit is contained in:
Areg Harutyunyan
2018-08-07 14:34:09 -05:00
parent a7d9747fae
commit 542bd90491
14 changed files with 1271 additions and 40 deletions

View File

@@ -90,6 +90,7 @@ func trapSignalsPosix() {
purgeEventHooks()
// Kick off the restart; our work is done
EmitEvent(InstanceRestartEvent, nil)
_, err = inst.Restart(caddyfileToUse)
if err != nil {
restoreEventHooks(oldEventHooks)