Files
anubis-mirror/cmd/osiris/osiris.hcl
2025-07-18 19:56:22 +00:00

15 lines
324 B
HCL

bind {
http = ":3004"
https = ":3005"
metrics = ":9091"
}
domain "anubis.techaro.lol" {
tls {
cert = "./internal/config/testdata/tls/selfsigned.crt"
key = "./internal/config/testdata/tls/selfsigned.key"
}
target = "http://localhost:3000"
health_target = "http://localhost:9091/healthz"
}