From 9a3ed87c896820df6f244c033013c24c8ce56a7f Mon Sep 17 00:00:00 2001 From: "Grot (@grafanabot)" <43478413+grafanabot@users.noreply.github.com> Date: Thu, 31 Mar 2022 01:56:18 -0700 Subject: [PATCH] Add back domain configuration (#46820) (#46833) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It was lost in the PR #30695 (cherry picked from commit 52fec0d7dbaf92ebae6e04703abdba2b4156a9df) Co-authored-by: Simon Lundström --- docs/sources/administration/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sources/administration/configuration.md b/docs/sources/administration/configuration.md index 7e66ccdf428..2c9be7e1886 100644 --- a/docs/sources/administration/configuration.md +++ b/docs/sources/administration/configuration.md @@ -202,6 +202,8 @@ Another way is to put a web server like Nginx or Apache in front of Grafana and ### domain +This setting is only used in as a part of the `root_url` setting (see below). Important if you use GitHub or Google OAuth. + ### enforce_domain Redirect to correct domain if the host header does not match the domain. Prevents DNS rebinding attacks. Default is `false`.