16 lines
297 B
Plaintext
16 lines
297 B
Plaintext
|
consul {
|
||
|
address = "localhost:8500"
|
||
|
|
||
|
retry {
|
||
|
enabled = true
|
||
|
attempts = 12
|
||
|
backoff = "250ms"
|
||
|
}
|
||
|
}
|
||
|
template {
|
||
|
source = "/etc/consul-template.d/templates/gitea.tmpl"
|
||
|
destination = "/etc/nginx/sites-enabled/gitea"
|
||
|
perms = 0660
|
||
|
command = "systemctl reload nginx"
|
||
|
}
|