[hamradio-commits] [dump1090-mutability] 58/172: Disable lighttpd's stat cache in the sample config.

Matteo F. Vescovi mfv at moszumanska.debian.org
Sun Jan 28 13:45:46 UTC 2018


This is an automated email from the git hooks/post-receive script.

mfv pushed a commit to branch master
in repository dump1090-mutability.

commit a5181876f81a568d68a0bd8bc37a68995522ed97
Author: Oliver Jowett <oliver at mutability.co.uk>
Date:   Wed Jan 7 19:01:56 2015 +0000

    Disable lighttpd's stat cache in the sample config.
---
 debian/lighttpd/89-dump1090.conf | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/debian/lighttpd/89-dump1090.conf b/debian/lighttpd/89-dump1090.conf
index fda8a6e..9856b9e 100644
--- a/debian/lighttpd/89-dump1090.conf
+++ b/debian/lighttpd/89-dump1090.conf
@@ -11,3 +11,8 @@ alias.url += (
   "/dump1090/data/" => "/run/dump1090-mutability/",
   "/dump1090/" => "/usr/share/dump1090-mutability/html/"
 )
+
+# The stat cache must be disabled, as receiver.json changes
+# rapidly and lighttpd's stat cache often ends up with the
+# wrong content length.
+server.stat-cache-engine    = "disable"

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/dump1090-mutability.git



More information about the pkg-hamradio-commits mailing list