Disable lighttpd's stat cache in the sample config.

This commit is contained in:
Oliver Jowett 2015-01-07 19:01:56 +00:00
parent 2c0fb752e1
commit 0f1c0778f2

View file

@ -11,3 +11,8 @@ alias.url += (
"/dump1090/data/" => "/run/dump1090-mutability/", "/dump1090/data/" => "/run/dump1090-mutability/",
"/dump1090/" => "/usr/share/dump1090-mutability/html/" "/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"