From 1dc3728f6a171e11d04881410f0b57629deaa998 Mon Sep 17 00:00:00 2001 From: Claudio Kuenzler Date: Mon, 10 Dec 2018 06:54:12 +0100 Subject: [PATCH] Use correct variable name in fail text --- public/views/index-template.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/views/index-template.html b/public/views/index-template.html index 096684d3e37..a1c955d45d6 100644 --- a/public/views/index-template.html +++ b/public/views/index-template.html @@ -178,7 +178,7 @@

1. This could be caused by your reverse proxy settings.

- 2. If you host grafana under subpath make sure your grafana.ini root_path setting includes subpath

+ 2. If you host grafana under subpath make sure your grafana.ini root_url setting includes subpath

3. If you have a local dev build make sure you build frontend using: npm run dev, npm run watch, or npm run build

4. Sometimes restarting grafana-server can help