Add pyroscope to caddy

This commit is contained in:
Torjus Håkestad 2025-05-24 12:04:41 +02:00
parent 4432f4c1d0
commit 2380c13465
Signed by: torjus
SSH Key Fingerprint: SHA256:KjAds8wHfD2mBYK2H815s/+ABcSdcIHUndwHEdSxml4

View File

@ -98,6 +98,14 @@
} }
reverse_proxy http://auth01.home.2rjus.net:9091 reverse_proxy http://auth01.home.2rjus.net:9091
} }
pyroscope.home.2rjus.net {
log {
output file /var/log/caddy/pyroscope.log {
mode 644
}
}
reverse_proxy http://monitoring01.home.2rjus.net:4040
}
http://http-proxy.home.2rjus.net/metrics { http://http-proxy.home.2rjus.net/metrics {
log { log {
output file /var/log/caddy/caddy-metrics.log { output file /var/log/caddy/caddy-metrics.log {