Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nexpie-grafana-theme
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kornkitt Poolsup
nexpie-grafana-theme
Commits
87064bff
Commit
87064bff
authored
Jan 16, 2018
by
Daniel Lee
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: small update to IIS proxy docs
parent
08211eb2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
4 deletions
+7
-4
docs/sources/installation/behind_proxy.md
+5
-2
docs/sources/tutorials/iis.md
+2
-2
No files found.
docs/sources/installation/behind_proxy.md
View file @
87064bff
...
...
@@ -77,13 +77,14 @@ Given:
-
subpath
`grafana`
-
Grafana installed on
`http://localhost:3000`
-
server config:
```bash
[server]
domain = localhost:8080
root_url = %(protocol)s://%(domain)s:/grafana
```
Create an Inbound Rule
for
the parent website
(
localhost:8080
in
this example
)
with the following settings:
Create an Inbound Rule for the parent website (localhost:8080 in this example)
in IIS Manager
with the following settings:
-
pattern:
`grafana(/)?(.*)`
-
check the
`Ignore case`
checkbox
...
...
@@ -91,7 +92,7 @@ Create an Inbound Rule for the parent website (localhost:8080 in this example) w
-
check the
`Append query string`
checkbox
-
check the
`Stop processing of subsequent rules`
checkbox
Th
e rewrite rule that is generated
for
the web.config
:
Th
is is the rewrite rule that is generated in the
`web.config`
:
```
xml
<rewrite>
...
...
@@ -103,3 +104,5 @@ The rewrite rule that is generated for the web.config:
</rules>
</rewrite>
```
See the
[
tutorial on IIS Url Rewrites
](
http://docs.grafana.org/tutorials/iis/
)
for more in-depth instructions.
docs/sources/tutorials/iis.md
View file @
87064bff
...
...
@@ -9,14 +9,14 @@ weight = 10
# How to Use IIS with URL Rewrite as a Reverse Proxy for Grafana on Windows
If you want Grafana to be a sub
domain
under a website in IIS then the URL Rewrite module for ISS can be used to support this.
If you want Grafana to be a sub
path or subfolder
under a website in IIS then the URL Rewrite module for ISS can be used to support this.
Example:
-
Parent site: http://localhost:8080
-
Grafana: http://localhost:3000
Grafana as a sub
domain
: http://localhost:8080/grafana
Grafana as a sub
path
: http://localhost:8080/grafana
## Setup
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment