fix root_url in docs & comments (#11819)

* fix root_url in docs & comments

* include ports in docker-compose config
This commit is contained in:
Dan Cech
2018-05-07 14:18:21 +02:00
committed by Torkel Ödegaard
parent b804f6d999
commit 29c9d3f74c
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -53,7 +53,7 @@ server {
```bash
[server]
domain = foo.bar
root_url = %(protocol)s://%(domain)s:/grafana
root_url = %(protocol)s://%(domain)s/grafana/
```
#### Nginx configuration with sub path
@@ -98,7 +98,7 @@ Given:
```bash
[server]
domain = localhost:8080
root_url = %(protocol)s://%(domain)s:/grafana
root_url = %(protocol)s://%(domain)s/grafana/
```
Create an Inbound Rule for the parent website (localhost:8080 in this example) in IIS Manager with the following settings: