Add carbon.localhost checks

main
Jan Dittberner 1 year ago
parent 6886f91f9b
commit 68238a1ad2

@ -28,4 +28,16 @@ object Host "beholder" {
http_headerstring = "Location: https://beholder.cacert.org/"
http_ipv6 = true
}
vars.http_vhosts["carbon.localhost v4"] = {
http_uri = "/graphite/"
http_vhost = "carbon.localhost"
http_string = "Graphite"
http_ipv4 = true
}
vars.http_vhosts["carbon.localhost v6"] = {
http_uri = "/graphite/"
http_vhost = "carbon.localhost"
http_string = "Graphite"
http_ipv6 = true
}
}

Loading…
Cancel
Save