Skip to content

Commit

Permalink
Configure external Grafana URL
Browse files Browse the repository at this point in the history
  • Loading branch information
DasSkelett committed Oct 11, 2024
1 parent 8cc57b1 commit 33c4d12
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions grafana/grafana.ini.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ protocol = https
;http_port = 3000

# The public facing domain name used to access grafana from a browser
domain = {{ grains.id }}
domain = stats.ffmuc.net

# Redirect to correct domain if host header does not match domain
# Prevents DNS rebinding attacks
;enforce_domain = false

# 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/

# Log web requests
;router_logging = false
Expand Down Expand Up @@ -417,4 +417,3 @@ concurrent_render_request_limit = 30
rendering_ignore_https_errors = true
[feature_toggles]
autoMigrateOldPanels = true

0 comments on commit 33c4d12

Please sign in to comment.