6 lines
123 B
Plaintext
6 lines
123 B
Plaintext
|
{{ ansible_managed | comment }}
|
||
|
|
||
|
location {{ grafana_web_path }}/ {
|
||
|
proxy_pass http://localhost:{{ grafana_port }}/;
|
||
|
}
|