Skip to content

Commit 72b50fa

Browse files
committed
updated grafana.ini to support /grafana reverse proxy
1 parent 0582c0d commit 72b50fa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

grafana/config.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,8 @@ provisioning = /etc/grafana/provisioning
44
[server]
55
enable_gzip = true
66

7+
# http://docs.grafana.org/installation/behind_proxy/
8+
root_url = %(protocol)s://%(domain)s/grafana/
9+
710
[users]
811
default_theme = light

0 commit comments

Comments
 (0)