summaryrefslogtreecommitdiffstats
path: root/docs/netdata-security.md
diff options
context:
space:
mode:
authorUman Shahzad <uman@mslm.io>2021-07-08 12:56:41 +0500
committerGitHub <noreply@github.com>2021-07-08 12:56:41 +0500
commit02bc2cc3f21eb6dc95afb602b1c9c3f339224216 (patch)
tree1340d8f0641a98408429ca33a4382b670646cd89 /docs/netdata-security.md
parentf937c7b85afd807789b47dd58c854742c97c733d (diff)
Fix tiny issues in docs (#11320)
* memcached makes more sense under "data store". * will allowed -> will be allowed * use markdown bold format. * include/ is not inside lib/ for libwebsockets.
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 8c0fc6d63c..d4529f616b 100644
--- a/docs/netdata-security.md
+++ b/docs/netdata-security.md
@@ -133,7 +133,7 @@ to IP addresses within the `160.1.x.x` range and that reverse DNS is setup for t
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).
-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):
+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):
```sh
PROXY_IP="1.2.3.4"