From 73a33c0621f45491c0473d63b8e1c0072a68a767 Mon Sep 17 00:00:00 2001 From: wserr Date: Mon, 21 Nov 2022 23:00:45 +0000 Subject: [PATCH] fix host headers grafana --- configurations/traefik/traefik.1.7.10.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/configurations/traefik/traefik.1.7.10.toml b/configurations/traefik/traefik.1.7.10.toml index 3827348..b560e07 100644 --- a/configurations/traefik/traefik.1.7.10.toml +++ b/configurations/traefik/traefik.1.7.10.toml @@ -42,3 +42,4 @@ defaultEntryPoints = ["http"] [frontends.grafana] entryPoints = ["grafana"] backend = "grafana" + passHostHeader = true