summaryrefslogtreecommitdiffstats
path: root/roles/prometheus/templates/prometheus.caddy.j2
blob: c346da59cc1e908c57ef1dabbdb7d595077b1022 (plain) (blame)
1
2
3
{{ prometheus_hostname }} {
	reverse_proxy localhost:{{ prometheus_port }}
}