@cryptotaxi247 / netdata-1 / commits / 4da956f37

Create reverse-proxies.md (#14774)

Category overview page for learn

Chris Akritidis committed Mar 21, 2023 at 05:06 UTC 4da956f37476e791d319a33962f440f00efa2ed2
1 file changed +16
docs/category-overview-pages/reverse-proxies.md new
+16
@@ -0,0 +1,16 @@
1 +# Running netdata behind a reverse proxy
2 +
3 +If you need to access a Netdata agent's user interface or API in a production environment we recommend you put Netdata behind
4 +another web server and secure access to the dashboard via SSL and user authentication. A dedicated web server also provides more robustness
5 +and capabilities than the Agent's internal [web server](https://github.com/netdata/netdata/blob/master/web/README.md).
6 +
7 +We have documented running behind
8 +[nginx](https://github.com/netdata/netdata/blob/master/docs/Running-behind-nginx.md),
9 +[Apache](https://github.com/netdata/netdata/blob/master/docs/Running-behind-apache.md),
10 +[HAProxy](https://github.com/netdata/netdata/blob/master/docs/Running-behind-haproxy.md),
11 +[Lighttpd](https://github.com/netdata/netdata/blob/master/docs/Running-behind-lighttpd.md),
12 +[Caddy](https://github.com/netdata/netdata/blob/master/docs/Running-behind-caddy.md),
13 +and [H2O](https://github.com/netdata/netdata/blob/master/docs/Running-behind-h2o.md).
14 +If you prefer a different web server, we suggest you follow the documentation for nginx and tell us how you did it
15 + by adding your own "Running behind webserverX" document.
16 +