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:
parent
1bc5ceba98
commit
99ee86bce5
@ -8,7 +8,7 @@
|
||||
|
||||
CustomLog ${APACHE_LOG_DIR}/grafana-access.log combined
|
||||
|
||||
Redirect / https://{{ inventory_hostname }}/
|
||||
Redirect / https://grafana.opendev.org/
|
||||
|
||||
</VirtualHost>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user