From 52fec0d7dbaf92ebae6e04703abdba2b4156a9df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Simon=20Lundstr=C3=B6m?= Date: Tue, 22 Mar 2022 15:42:44 +0100 Subject: [PATCH] Add back domain configuration (#46820) It was lost in the PR #30695 --- 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 9a387a15dfe..ea43dff2807 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`.