7 lines
257 B
Text
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>
|