summaryrefslogtreecommitdiffstats
path: root/docs/netdata-security.md
diff options
context:
space:
mode:
authorPromise Akpan <akpanpromise@hotmail.com>2019-07-16 08:04:28 +0100
committerChris Akritidis <43294513+cakrit@users.noreply.github.com>2019-07-16 09:04:28 +0200
commit360162e105183c67622ae6521cff03471658144b (patch)
treee61050d644676c0830d391234b575a05d73003bf /docs/netdata-security.md
parent6dde677b1cb742fb1af149a2f6ce6c772e58b176 (diff)
update Nginx guide with changes (#6466)
* update Nginx guide with changes * Fix URL for security guide * Remove enable TLS statement * update header title
Diffstat (limited to 'docs/netdata-security.md')
-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 955abebd8a..a905717d93 100644
--- a/docs/netdata-security.md
+++ b/docs/netdata-security.md
@@ -89,7 +89,7 @@ In Netdata v1.9+ there is also access list support, like this:
#### 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#netdata-via-nginx), [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#netdata-via-lighttpd-v14x) and [Caddy](Running-behind-caddy.md#netdata-via-caddy).
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):