From 99ee86bce52b3ea8a8d759a3f3e14f6c2ae3f463 Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 5 Nov 2020 13:27:09 +1100 Subject: [PATCH] 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 --- playbooks/roles/grafana/templates/grafana.vhost.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/playbooks/roles/grafana/templates/grafana.vhost.j2 b/playbooks/roles/grafana/templates/grafana.vhost.j2 index fb57227b8f..05df712e2b 100644 --- a/playbooks/roles/grafana/templates/grafana.vhost.j2 +++ b/playbooks/roles/grafana/templates/grafana.vhost.j2 @@ -8,7 +8,7 @@ CustomLog ${APACHE_LOG_DIR}/grafana-access.log combined - Redirect / https://{{ inventory_hostname }}/ + Redirect / https://grafana.opendev.org/