Torkel Ödegaard 8 years ago
parent
commit
b471e7e448
2 changed files with 14 additions and 11 deletions
  1. 8 6
      docs/sources/installation/behind_proxy.md
  2. 6 5
      docs/sources/project/index.md

+ 8 - 6
docs/sources/installation/behind_proxy.md

@@ -23,16 +23,18 @@ domain = foo.bar
 To use sub *path* ex `http://foo.bar/grafana` make sure to include `/grafana` in the end of root_url.
 Otherwise Grafana will not behave correctly. See example below.
 
-# Examples
+## 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.com)
+
 ```
 [server]
 domain = foo.bar
 ```
 
-## Nginx configuration
+### Nginx configuration
+
 ```
 server {
   listen 80;
@@ -45,16 +47,16 @@ server {
 }
 ```
 
-# Examples with **sub path** (ex http://foo.bar.com/grafana)
+### Examples with **sub path** (ex http://foo.bar.com/grafana)
 
-## Grafana configuration with sub path
+#### Grafana configuration with sub path
 ```
 [server]
 domain = foo.bar
 root_url = %(protocol)s://%(domain)s:/grafana
 ```
 
-## Nginx configuration with sub path
+#### Nginx configuration with sub path
 ```
 server {
   listen 80;

+ 6 - 5
docs/sources/project/index.md

@@ -1,7 +1,8 @@
----
-title: the grafana project
-description: grafana project
-type: docs
----
+++
+title = "Project"
+type = "docs"
+identifier = "project"
+weight = 6
++++
 
 # Welcome to the grafana project