Skip to content

Instantly share code, notes, and snippets.

@lgazo
Created June 24, 2015 06:59
Show Gist options
  • Save lgazo/3a4ca2b88b330f9fe443 to your computer and use it in GitHub Desktop.
Save lgazo/3a4ca2b88b330f9fe443 to your computer and use it in GitHub Desktop.
consul template configuration
consul = "consul.service.consul:8500"
template {
source = "/etc/consul-template/templates/shop.conf"
destination = "/etc/nginx/conf.d/shop.conf"
command = "/etc/init.d/nginx reload"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment