Add back domain configuration (#46820) (#46833)

It was lost in the PR #30695

(cherry picked from commit 52fec0d7db)

Co-authored-by: Simon Lundström <github-profile@soy.se>
This commit is contained in:
Grot (@grafanabot)
2022-03-31 10:56:18 +02:00
committed by GitHub
co-authored by Simon Lundström
parent 9ec26dc477
commit 9a3ed87c89
@@ -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`.