Restart nginx instead of reloading

This commit is contained in:
Marius 2016-11-11 23:24:12 +01:00
parent 2b7a67c120
commit 2665650b8c
1 changed files with 2 additions and 2 deletions

View File

@ -248,8 +248,8 @@ restart {
hosts = "tusd" hosts = "tusd"
name = "Restart nginx" name = "Restart nginx"
tasks { tasks {
name = "nginx | Reload configuration" name = "nginx | Restart"
command = "nginx -s reload" service = "name=nginx state=reloaded"
} }
} }
} }