mirror of https://github.com/grafana/grafana.git
Fix typo in docs for grafana.ini security configuration options (#108848)
Co-authored-by: Irene Rodriguez <irene.rodriguez@grafana.com>
This commit is contained in:
parent
f82da0430e
commit
76a20ff66b
|
|
@ -143,7 +143,7 @@ If set to `true`, the Grafana server redirects requests that have a Host-header
|
|||
Example:
|
||||
|
||||
```toml
|
||||
[sever]
|
||||
[server]
|
||||
# Redirect to correct domain if host header does not match domain
|
||||
# Prevents DNS rebinding attacks
|
||||
enforce_domain = true
|
||||
|
|
|
|||
Loading…
Reference in New Issue