ansible/roles/graphite/grafana/files/grafana.conf
Ricky Elrod cdec020f76 this is all going to fail miserably
Signed-off-by: Ricky Elrod <codeblock@fedoraproject.org>
2015-06-02 12:51:55 +00:00

7 lines
257 B
Text

<VirtualHost *:80>
ServerName grafana.cloud.fedoraproject.org
ErrorLog /var/log/httpd/grafana-error.log
CustomLog /var/log/httpd/grafana-access.log common
ProxyPass / http://localhost:3000/
ProxyPassReverse / http://localhost:3000/
</VirtualHost>