fix(elk): add change_mode and change_signal configurations to Nginx job spec
This commit is contained in:
parent
c0ea71da15
commit
ee14d76fd3
1 changed files with 2 additions and 0 deletions
|
@ -427,6 +427,8 @@ job "elk" {
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
destination = "local/nginx.conf"
|
destination = "local/nginx.conf"
|
||||||
|
change_mode = "signal"
|
||||||
|
change_signal = "SIGHUP"
|
||||||
}
|
}
|
||||||
|
|
||||||
service {
|
service {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue