mirror of
https://github.com/TecharoHQ/anubis.git
synced 2026-04-10 18:48:44 +00:00
15 lines
324 B
HCL
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"
|
|
} |