浏览代码

correct example (#12481)

foo.bar.com in description, but foo.bar in configuration.
Updated description, makes more sense then changing the configuration :)
zicklam 7 年之前
父节点
当前提交
a89351e8e0
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/sources/installation/behind_proxy.md

+ 2 - 2
docs/sources/installation/behind_proxy.md

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