Correct state of nginx after restarting

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

View File

@ -249,7 +249,7 @@ restart {
name = "Restart nginx"
tasks {
name = "nginx | Restart"
service = "name=nginx state=reloaded"
service = "name=nginx state=restarted"
}
}
}