summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorChris Akritidis <43294513+cakrit@users.noreply.github.com>2023-03-21 05:06:37 -0700
committerGitHub <noreply@github.com>2023-03-21 05:06:37 -0700
commit4da956f37476e791d319a33962f440f00efa2ed2 (patch)
treedef43c0db36d07974505e22e77c0eb1a4ebd843e /docs
parent8b820a031d76e7cd988813bf19d4bd84bf97ac30 (diff)
Create reverse-proxies.md (#14774)
Category overview page for learn
Diffstat (limited to 'docs')
-rw-r--r--docs/category-overview-pages/reverse-proxies.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/docs/category-overview-pages/reverse-proxies.md b/docs/category-overview-pages/reverse-proxies.md
new file mode 100644
index 0000000000..b50536e163
--- /dev/null
+++ b/docs/category-overview-pages/reverse-proxies.md
@@ -0,0 +1,16 @@
+# Running netdata behind a reverse proxy
+
+If you need to access a Netdata agent's user interface or API in a production environment we recommend you put Netdata behind
+another web server and secure access to the dashboard via SSL and user authentication. A dedicated web server also provides more robustness
+and capabilities than the Agent's internal [web server](https://github.com/netdata/netdata/blob/master/web/README.md).
+
+We have documented running behind
+[nginx](https://github.com/netdata/netdata/blob/master/docs/Running-behind-nginx.md),
+[Apache](https://github.com/netdata/netdata/blob/master/docs/Running-behind-apache.md),
+[HAProxy](https://github.com/netdata/netdata/blob/master/docs/Running-behind-haproxy.md),
+[Lighttpd](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).
+If you prefer a different web server, we suggest you follow the documentation for nginx and tell us how you did it
+ by adding your own "Running behind webserverX" document.
+