nginx-config/consul-template.d/conf/faktory.conf

16 lines
301 B
Plaintext
Raw Normal View History

2023-01-28 10:46:57 +00:00
consul {
address = "localhost:8500"
retry {
enabled = true
attempts = 12
backoff = "250ms"
}
}
template {
source = "/etc/consul-template.d/templates/faktory.tmpl"
destination = "/etc/nginx/sites-enabled/faktory"
perms = 0660
command = "systemctl reload nginx"
}