docs: change URL occurences to uppercase (#22151)

* change URL occurences to uppercase

* Update docs/sources/tutorials/iis.md

Co-Authored-By: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>

Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
This commit is contained in:
Jeet Parekh
2020-02-14 08:11:08 -08:00
committed by GitHub
co-authored by Diana Payton
parent 56cd845e97
commit f1989f1bfc
24 changed files with 52 additions and 52 deletions
+2 -2
View File
@@ -146,7 +146,7 @@ Create an Inbound Rule for the parent website (localhost:8080 in this example) i
- pattern: `grafana(/)?(.*)`
- check the `Ignore case` checkbox
- rewrite url set to `http://localhost:3000/{R:2}`
- rewrite URL set to `http://localhost:3000/{R:2}`
- check the `Append query string` checkbox
- check the `Stop processing of subsequent rules` checkbox
@@ -163,4 +163,4 @@ This is the rewrite rule that is generated in the `web.config`:
</rewrite>
```
See the [tutorial on IIS Url Rewrites](http://docs.grafana.org/tutorials/iis/) for more in-depth instructions.
See the [tutorial on IIS URL Rewrites](http://docs.grafana.org/tutorials/iis/) for more in-depth instructions.