grafana: redirect http to CNAME

Currently the http site redirects to https://grafana01.opendev.org
which is a bit confusing.  Change this to redirect to the CNAME
grafana.opendev.org.

Change-Id: I174ce06af036a8f74ace6b4d95edaaf85f63fa27
This commit is contained in:
Ian Wienand 2020-11-05 13:27:09 +11:00
parent 1bc5ceba98
commit 99ee86bce5
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@
CustomLog ${APACHE_LOG_DIR}/grafana-access.log combined
Redirect / https://{{ inventory_hostname }}/
Redirect / https://grafana.opendev.org/
</VirtualHost>