Restart nginx instead of reloading
This commit is contained in:
parent
2b7a67c120
commit
2665650b8c
|
@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue