initial upload
This commit is contained in:
10
files/consul/configs/service-apache.hcl
Normal file
10
files/consul/configs/service-apache.hcl
Normal file
@@ -0,0 +1,10 @@
|
||||
service {
|
||||
name = "apache"
|
||||
port = 443
|
||||
tags = [ "srv1", "pedimedic", "webmail", "git" ]
|
||||
check {
|
||||
http = "https://srv1.maruntiel.com"
|
||||
interval = "5s"
|
||||
tlsSkipVerify = true
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user