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
fde5ba85
Commit
fde5ba85
authored
Apr 01, 2015
by
Torkel Ödegaard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Docs: Updated configuration docs with port 80 tips
parent
a96e4a34
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
1 deletions
+10
-1
docs/sources/installation/configuration.md
+10
-1
No files found.
docs/sources/installation/configuration.md
View file @
fde5ba85
...
@@ -42,7 +42,16 @@ Then you can override that using:
...
@@ -42,7 +42,16 @@ Then you can override that using:
The ip address to bind to, if empty will bind to all interfaces
The ip address to bind to, if empty will bind to all interfaces
### http_port
### http_port
The port to bind to, defaults to
`3000`
The port to bind to, defaults to
`3000`
. To use port 80 you need to either give the grafana binary permission for example:
```
$ sudo setcap 'cap_net_bind_service=+ep' /opt/grafana/current/grafana
```
Or redirect port 80 to the grafana port using:
```
$ sudo iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 3000
```
### domain
### domain
This setting is only used in as a part of the root_url setting (see below). Important if you
This setting is only used in as a part of the root_url setting (see below). Important if you
...
...
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