infrastructure/caddy/Caddyfile

12 lines
127 B
Caddyfile
Raw Normal View History

2023-12-01 18:14:07 +01:00
:80 {
respond "OK"
}
grafana.nocodelytics.com {
reverse_proxy :5478
}
prometheus.nocodelytics.com {
reverse_proxy :9090
}