summaryrefslogtreecommitdiffstats
path: root/docs/Running-behind-caddy.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2019-07-08 20:14:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2019-07-08 20:14:42 +0000
commit4f88e1a9be89a257fd6ed3045703db6e900027ee (patch)
tree518eb3c3aa1dce9ea281d02e0fd3cc01a9e7913f /docs/Running-behind-caddy.md
parentAdding upstream version 1.15.0. (diff)
downloadnetdata-4f88e1a9be89a257fd6ed3045703db6e900027ee.tar.xz
netdata-4f88e1a9be89a257fd6ed3045703db6e900027ee.zip
Adding upstream version 1.16.0.upstream/1.16.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/Running-behind-caddy.md')
-rw-r--r--docs/Running-behind-caddy.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/Running-behind-caddy.md b/docs/Running-behind-caddy.md
index 1b25b0a2e..4e530e948 100644
--- a/docs/Running-behind-caddy.md
+++ b/docs/Running-behind-caddy.md
@@ -1,6 +1,6 @@
# Netdata via Caddy
-To run netdata via [Caddy's proxying,](https://caddyserver.com/docs/proxy) set your Caddyfile up like this:
+To run Netdata via [Caddy's proxying,](https://caddyserver.com/docs/proxy) set your Caddyfile up like this:
```
netdata.domain.tld {
@@ -10,7 +10,7 @@ netdata.domain.tld {
Other directives can be added between the curly brackets as needed.
-To run netdata in a subfolder:
+To run Netdata in a subfolder:
```
netdata.domain.tld {
@@ -20,10 +20,10 @@ netdata.domain.tld {
}
```
-## limit direct access to netdata
+## limit direct access to Netdata
-You would also need to instruct netdata to listen only to `127.0.0.1` or `::1`.
+You would also need to instruct Netdata to listen only to `127.0.0.1` or `::1`.
-To limit access to netdata only from localhost, set `bind socket to IP = 127.0.0.1` or `bind socket to IP = ::1` in `/etc/netdata/netdata.conf`.
+To limit access to Netdata only from localhost, set `bind socket to IP = 127.0.0.1` or `bind socket to IP = ::1` in `/etc/netdata/netdata.conf`.
[![analytics](https://www.google-analytics.com/collect?v=1&aip=1&t=pageview&_s=1&ds=github&dr=https%3A%2F%2Fgithub.com%2Fnetdata%2Fnetdata&dl=https%3A%2F%2Fmy-netdata.io%2Fgithub%2Fdocs%2FRunning-behind-caddy&_u=MAC~&cid=5792dfd7-8dc4-476b-af31-da2fdb9f93d2&tid=UA-64295674-3)]()