summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2019-11-20 12:57:48 -0800
committerGitHub <noreply@github.com>2019-11-20 12:57:48 -0800
commit8db9b928e9d3050bd2af6d7554d98645201fdd69 (patch)
tree021c297863dfd5cc71927ebe6de1693cd5a961af
parentc7e248e5016cef4dcd91045678c6ab2b3c81f16d (diff)
Update netdata-security.md (#7343)
Remove hash tags from caddy and light httpd
-rw-r--r--docs/netdata-security.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/netdata-security.md b/docs/netdata-security.md
index 59c1ae29bb..50d91df04a 100644
--- a/docs/netdata-security.md
+++ b/docs/netdata-security.md
@@ -123,7 +123,7 @@ to IP addresses within the `160.1.x.x` range and that reverse DNS is setup for t
#### 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), [lighthttpd](Running-behind-lighttpd.md#netdata-via-lighttpd-v14x) and [Caddy](Running-behind-caddy.md#netdata-via-caddy).
+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), [lighthttpd](Running-behind-lighttpd.md) and [Caddy](Running-behind-caddy.md).
To use this method, you should firewall protect all your Netdata servers, so that only the web server IP will allowed to directly access Netdata. To do this, run this on each of your servers (or use your firewall manager):