mirror of
https://github.com/grafana/grafana.git
synced 2026-08-12 06:05:02 -05:00
correct example (#12481)
foo.bar.com in description, but foo.bar in configuration. Updated description, makes more sense then changing the configuration :)
This commit is contained in:
@@ -26,7 +26,7 @@ Otherwise Grafana will not behave correctly. See example below.
|
||||
## Examples
|
||||
Here are some example configurations for running Grafana behind a reverse proxy.
|
||||
|
||||
### Grafana configuration (ex http://foo.bar.com)
|
||||
### Grafana configuration (ex http://foo.bar)
|
||||
|
||||
```bash
|
||||
[server]
|
||||
@@ -47,7 +47,7 @@ server {
|
||||
}
|
||||
```
|
||||
|
||||
### Examples with **sub path** (ex http://foo.bar.com/grafana)
|
||||
### Examples with **sub path** (ex http://foo.bar/grafana)
|
||||
|
||||
#### Grafana configuration with sub path
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user