ansible-infra/roles/monitoring/templates/nginx/grafana.conf.j2

6 lines
123 B
Plaintext
Raw Normal View History

2020-04-13 14:46:45 +02:00
{{ ansible_managed | comment }}
location {{ grafana_web_path }}/ {
proxy_pass http://localhost:{{ grafana_port }}/;
}