Skip to content

Commit

Permalink
Fix grafana login redirect (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivershen-wow committed Feb 15, 2023
1 parent 8f7d3c4 commit 5e09e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion center/deploy_startup/defaults.ini
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ domain = ${HYDRA_LAB_HOST}
enforce_domain = false

# The full public facing url
root_url = %(protocol)s://%(domain)s/grafana/
root_url = https://%(domain)s/grafana/

# Serve Grafana from subpath specified in `root_url` setting. By default it is set to `false` for compatibility reasons.
serve_from_sub_path = true
Expand Down

0 comments on commit 5e09e52

Please sign in to comment.