summaryrefslogtreecommitdiffstats
path: root/docs/Running-behind-lighttpd.md
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2023-02-06 16:11:34 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2023-02-06 16:11:34 +0000
commitd079b656b4719739b2247dcd9d46e9bec793095a (patch)
treed2c950c70a776bcf697c963151c5bd959f8a9f03 /docs/Running-behind-lighttpd.md
parentReleasing debian version 1.37.1-2. (diff)
downloadnetdata-d079b656b4719739b2247dcd9d46e9bec793095a.tar.xz
netdata-d079b656b4719739b2247dcd9d46e9bec793095a.zip
Merging upstream version 1.38.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'docs/Running-behind-lighttpd.md')
-rw-r--r--docs/Running-behind-lighttpd.md10
1 files changed, 7 insertions, 3 deletions
diff --git a/docs/Running-behind-lighttpd.md b/docs/Running-behind-lighttpd.md
index 2623560e1..6350b474b 100644
--- a/docs/Running-behind-lighttpd.md
+++ b/docs/Running-behind-lighttpd.md
@@ -1,6 +1,10 @@
<!--
title: "Netdata via lighttpd v1.4.x"
-custom_edit_url: https://github.com/netdata/netdata/edit/master/docs/Running-behind-lighttpd.md
+custom_edit_url: "https://github.com/netdata/netdata/edit/master/docs/Running-behind-lighttpd.md"
+sidebar_label: "Netdata via lighttpd v1.4.x"
+learn_status: "Published"
+learn_topic_type: "Tasks"
+learn_rel_path: "Setup/Expose local dashboard through proxy"
-->
# Netdata via lighttpd v1.4.x
@@ -27,7 +31,7 @@ $SERVER["socket"] == ":19998" {
}
```
----
+
If the only thing the server is exposing via the web is Netdata (and thus no suburl rewriting required),
then you can get away with just
@@ -51,7 +55,7 @@ auth.require = ( "" => ( "method" => "digest",
other auth methods, and more info on htdigest, can be found in lighttpd's [mod_auth docs](http://redmine.lighttpd.net/projects/lighttpd/wiki/Docs_ModAuth).
----
+
It seems that lighttpd (or some versions of it), fail to proxy compressed web responses.
To solve this issue, disable web response compression in Netdata.