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