From ada34fd6016bdd6e6bd557444068083ccfaf264b Mon Sep 17 00:00:00 2001 From: ITQ Date: Sat, 26 Jul 2025 04:37:41 +0300 Subject: [PATCH] chore(grafana): updated root url --- infrastructure/grafana/grafana.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/grafana/grafana.ini b/infrastructure/grafana/grafana.ini index 7f08784..bda1d91 100644 --- a/infrastructure/grafana/grafana.ini +++ b/infrastructure/grafana/grafana.ini @@ -48,7 +48,7 @@ domain = localhost enforce_domain = false # The full public facing url -root_url = %(protocol)s://%(domain)s:%(http_port)s/ +root_url = https://grafana.adnova.itqdev.xyz # Serve Grafana from subpath specified in `root_url` setting. By default it is set to `false` for compatibility reasons. serve_from_sub_path = false