Add back domain configuration (#46820)

It was lost in the PR #30695
This commit is contained in:
Simon Lundström 2022-03-22 15:42:44 +01:00 committed by GitHub
parent be7bcbf94e
commit 52fec0d7db
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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`.