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"
name = "Restart nginx"
tasks {
name = "nginx | Reload configuration"
command = "nginx -s reload"
name = "nginx | Restart"
service = "name=nginx state=reloaded"
}
}
}