diff options
Diffstat (limited to '')
-rw-r--r-- | docs/Running-behind-nginx.md (renamed from doc/Running-behind-nginx.md) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/Running-behind-nginx.md b/docs/Running-behind-nginx.md index 76062e035..3918af243 100644 --- a/doc/Running-behind-nginx.md +++ b/docs/Running-behind-nginx.md @@ -1,4 +1,4 @@ -# netdata via nginx +# Netdata via nginx To pass netdata via a nginx, use this: @@ -200,3 +200,5 @@ If you get an 502 Bad Gateway error you might check your nginx error log: ``` If you see something like the above, chances are high that SELinux prevents nginx from connecting to the backend server. To fix that, just use this policy: `setsebool -P httpd_can_network_connect true`. + +[![analytics](https://www.google-analytics.com/collect?v=1&aip=1&t=pageview&_s=1&ds=github&dr=https%3A%2F%2Fgithub.com%2Fnetdata%2Fnetdata&dl=https%3A%2F%2Fmy-netdata.io%2Fgithub%2Fdocs%2FRunning-behind-nginx&_u=MAC~&cid=5792dfd7-8dc4-476b-af31-da2fdb9f93d2&tid=UA-64295674-3)]() |