diff --git a/.infra/Freyfile.hcl b/.infra/Freyfile.hcl index c4c9d79..1ca6062 100644 --- a/.infra/Freyfile.hcl +++ b/.infra/Freyfile.hcl @@ -248,8 +248,8 @@ restart { hosts = "tusd" name = "Restart nginx" tasks { - name = "nginx | Reload configuration" - command = "nginx -s reload" + name = "nginx | Restart" + service = "name=nginx state=reloaded" } } }