fp/apps/tracker/root/etc/caddy/Caddyfile
CJ_Clippy 30be956029
Some checks failed
ci / build (push) Failing after 22m11s
ci / Tests & Checks (push) Failing after 9m14s
disable caddy
2025-02-21 23:32:48 -08:00

18 lines
279 B
Caddyfile

{
auto_https off
admin off
http_port 9000
}
:9000 {
# Route for tracker-helper service
handle_path /helper/* {
reverse_proxy localhost:5063
}
# Route for Prometheus metrics
handle_path /metrics/* {
reverse_proxy localhost:9000
}
}