fix(elk): comment out nginx reload script in elk jobspec
- nginx is still not using the new upstreams after reload
This commit is contained in:
parent
269fd1fad3
commit
d95e5fc41b
1 changed files with 5 additions and 5 deletions
|
@ -406,11 +406,11 @@ job "elk" {
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
destination = "local/nginx.conf"
|
destination = "local/nginx.conf"
|
||||||
change_mode = "script"
|
# change_mode = "script"
|
||||||
change_script {
|
# change_script {
|
||||||
command = "/usr/sbin/nginx"
|
# command = "/usr/sbin/nginx"
|
||||||
args = ["-s", "reload"]
|
# args = ["-s", "reload"]
|
||||||
}
|
# }
|
||||||
}
|
}
|
||||||
|
|
||||||
service {
|
service {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue