From 2d187c00aa73fbf20d3ae1fdda2734262123613c Mon Sep 17 00:00:00 2001 From: Marius Date: Fri, 11 Nov 2016 23:30:32 +0100 Subject: [PATCH] Correct state of nginx after restarting --- .infra/Freyfile.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.infra/Freyfile.hcl b/.infra/Freyfile.hcl index 1ca6062..4cb334c 100644 --- a/.infra/Freyfile.hcl +++ b/.infra/Freyfile.hcl @@ -249,7 +249,7 @@ restart { name = "Restart nginx" tasks { name = "nginx | Restart" - service = "name=nginx state=reloaded" + service = "name=nginx state=restarted" } } }