From: Zack Cerza Date: Thu, 22 Jun 2017 00:00:32 +0000 (-0600) Subject: Use a universal value for root_url X-Git-Tag: v1.0~67^2~4^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=d9abae9955df5576f1cbaebb617d9fe90acdcc35;p=cephmetrics.git Use a universal value for root_url Signed-off-by: Zack Cerza --- diff --git a/etc/grafana/grafana.ini b/etc/grafana/grafana.ini index 84328e7..e95cdc7 100644 --- a/etc/grafana/grafana.ini +++ b/etc/grafana/grafana.ini @@ -45,6 +45,7 @@ # The full public facing url you use in browser, used for redirects and emails # If you use reverse proxy and sub path specify full url (with sub path) ;root_url = http://localhost:3000 +root_url = %(protocol)s://%(domain)s:%(http_port)s/ # Log web requests ;router_logging = false