mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Docs: Suggesting few changes to the doc (#22115)
* Suggesting few changes to the doc 1. Note should be followed by a dot (.) 2. Correcting a typo in default 3. Re-writing sub sentence to make reading better * Update docs/sources/installation/configuration.md Co-Authored-By: Arve Knudsen <arve.knudsen@gmail.com> * Update configuration.md Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
parent
4f94a4c495
commit
824f7362d4
@ -14,7 +14,7 @@ weight = 1
|
||||
|
||||
Grafana has a number of configuration options that you can specify in a `.ini` configuration file or specified using environment variables.
|
||||
|
||||
> **Note.** You must restart Grafana for any configuration changes to take effect.
|
||||
> **Note:** You must restart Grafana for any configuration changes to take effect.
|
||||
|
||||
## Config file locations
|
||||
|
||||
@ -147,7 +147,7 @@ Another way is put a webserver like Nginx or Apache in front of Grafana and have
|
||||
|
||||
`http`,`https`,`h2` or `socket`
|
||||
|
||||
> **Note** Grafana versions earlier than 3.0 are vulnerable to [POODLE](https://en.wikipedia.org/wiki/POODLE). So we strongly recommend to upgrade to 3.x or use a reverse proxy for ssl termination.
|
||||
> **Note:** Grafana versions earlier than 3.0 are vulnerable to [POODLE](https://en.wikipedia.org/wiki/POODLE). So we strongly recommend to upgrade to 3.x or use a reverse proxy for ssl termination.
|
||||
|
||||
### socket
|
||||
Path where the socket should be created when `protocol=socket`. Please make sure that Grafana has appropriate permissions.
|
||||
@ -166,7 +166,7 @@ This is the full URL used to access Grafana from a web browser. This is
|
||||
important if you use Google or GitHub OAuth authentication (for the
|
||||
callback URL to be correct).
|
||||
|
||||
> **Note** This setting is also important if you have a reverse proxy
|
||||
> **Note:** This setting is also important if you have a reverse proxy
|
||||
> in front of Grafana that exposes it through a subpath. In that
|
||||
> case add the subpath to the end of this URL setting.
|
||||
|
||||
@ -182,7 +182,7 @@ By enabling this setting and using a subpath in `root_url` above, e.g.
|
||||
### static_root_path
|
||||
|
||||
The path to the directory where the front end files (HTML, JS, and CSS
|
||||
files). Default to `public` which is why the Grafana binary needs to be
|
||||
files). Defaults to `public` which is why the Grafana binary needs to be
|
||||
executed with working directory set to the installation path.
|
||||
|
||||
### enable_gzip
|
||||
@ -415,7 +415,7 @@ organization to be created for that new user.
|
||||
|
||||
Set this value to automatically add new users to the provided org.
|
||||
This requires `auto_assign_org` to be set to `true`. Please make sure
|
||||
that this organization does already exists.
|
||||
that this organization already exists.
|
||||
|
||||
### auto_assign_org_role
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user