Delete `guacamole.conf`.

This commit is contained in:
Kazuhiro MUSASHI 2023-01-28 22:20:12 +09:00
parent 30d06332f4
commit 7df48653d7
1 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
consul {
address = "localhost:8500"
retry {
enabled = true
attempts = 12
backoff = "250ms"
}
}
template {
source = "/etc/consul-template.d/templates/guacamole.tmpl"
destination = "/etc/nginx/sites-enabled/guacamole"
perms = 0660
command = "systemctl reload nginx"
}