summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2023-02-26 10:01:08 -0800
committerGitHub <noreply@github.com>2023-02-26 10:01:08 -0800
commit48c05cbf36bceb48ea60130c0110d398edcfbfd7 (patch)
treefc0e11bc400077adb88378239774568bc9425989 /docs
parent5255f7b8967a0d59ad44ae4b209e03997d8c29ff (diff)
fix proxy links in netdata security (#14613)
Diffstat (limited to 'docs')
-rw-r--r--docs/netdata-security.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/docs/netdata-security.md b/docs/netdata-security.md
index ddf79f1dba..5b19e10749 100644
--- a/docs/netdata-security.md
+++ b/docs/netdata-security.md
@@ -170,7 +170,13 @@ dashboard in transit. The connection to Netdata Cloud is always secured with TLS
### Use an authenticating web server in proxy mode
-Use one web server to provide authentication in front of **all your Netdata servers**. So, you will be accessing all your Netdata with URLs like `http://{HOST}/netdata/{NETDATA_HOSTNAME}/` and authentication will be shared among all of them (you will sign-in once for all your servers). Instructions are provided on how to set the proxy configuration to have Netdata run behind [nginx](Running-behind-nginx.md), [Apache](Running-behind-apache.md), [lighttpd](Running-behind-lighttpd.md) and [Caddy](Running-behind-caddy.md).
+Use one web server to provide authentication in front of **all your Netdata servers**. So, you will be accessing all your Netdata with URLs like `http://{HOST}/netdata/{NETDATA_HOSTNAME}/` and authentication will be shared among all of them (you will sign-in once for all your servers). Instructions are provided on how to set the proxy configuration to have Netdata run behind
+[nginx](https://github.com/netdata/netdata/blob/master/docs/Running-behind-nginx.md),
+[HAproxy](https://github.com/netdata/netdata/blob/master/docs/Running-behind-haproxy.md),
+[Apache](https://github.com/netdata/netdata/blob/master/docs/Running-behind-apache.md),
+[lighthttpd](https://github.com/netdata/netdata/blob/master/docs/Running-behind-lighttpd.md),
+[caddy](https://github.com/netdata/netdata/blob/master/docs/Running-behind-caddy.md), and
+[H2O](https://github.com/netdata/netdata/blob/master/docs/Running-behind-h2o.md).
To use this method, you should firewall protect all your Netdata servers, so that only the web server IP will be allowed to directly access Netdata. To do this, run this on each of your servers (or use your firewall manager):