Merge pull request #3 from kazu634/20230128r2

Delete `guacamole.conf`.
This commit is contained in:
Kazuhiro MUSASHI 2023-01-28 22:20:58 +09:00 committed by GitHub
commit cd631f5da6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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"
}