summaryrefslogtreecommitdiffstats
path: root/docs/Running-behind-h2o.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Running-behind-h2o.md')
-rw-r--r--docs/Running-behind-h2o.md14
1 files changed, 9 insertions, 5 deletions
diff --git a/docs/Running-behind-h2o.md b/docs/Running-behind-h2o.md
index c49e4e16..8a1e22b2 100644
--- a/docs/Running-behind-h2o.md
+++ b/docs/Running-behind-h2o.md
@@ -1,6 +1,10 @@
<!--
title: "Running Netdata behind H2O"
-custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/Running-behind-h2o.md
+custom_edit_url: "https://github.com/netdata/netdata/edit/master/docs/Running-behind-h2o.md"
+sidebar_label: "Running Netdata behind H2O"
+learn_status: "Published"
+learn_topic_type: "Tasks"
+learn_rel_path: "Setup/Expose local dashboard through proxy"
-->
# Running Netdata behind H2O
@@ -101,7 +105,7 @@ Using the above, you access Netdata on the backend servers, like this:
### Encrypt the communication between H2O and Netdata
-In case Netdata's web server has been [configured to use TLS](/web/server/README.md#enabling-tls-support), it is
+In case Netdata's web server has been [configured to use TLS](https://github.com/netdata/netdata/blob/master/web/server/README.md#enabling-tls-support), it is
necessary to specify inside the H2O configuration that the final destination is using TLS. To do this, change the
`http://` on the `proxy.reverse.url` line in your H2O configuration with `https://`
@@ -142,7 +146,7 @@ If your H2O server is on `localhost`, you can use this to ensure external access
bind to = 127.0.0.1 ::1
```
----
+
You can also use a unix domain socket. This will provide faster communication between H2O and Netdata as well:
@@ -157,7 +161,7 @@ In the H2O configuration, use a line like the following to connect to Netdata vi
proxy.reverse.url http://[unix:/run/netdata/netdata.sock]
```
----
+
If your H2O server is not on localhost, you can set:
@@ -169,7 +173,7 @@ If your H2O server is not on localhost, you can set:
*note: Netdata v1.9+ support `allow connections from`*
-`allow connections from` accepts [Netdata simple patterns](/libnetdata/simple_pattern/README.md) to match against
+`allow connections from` accepts [Netdata simple patterns](https://github.com/netdata/netdata/blob/master/libnetdata/simple_pattern/README.md) to match against
the connection IP address.
## Prevent the double access.log