Disable lighttpd's stat cache in the sample config.
This commit is contained in:
parent
2c0fb752e1
commit
0f1c0778f2
5
debian/lighttpd/89-dump1090.conf
vendored
5
debian/lighttpd/89-dump1090.conf
vendored
|
@ -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"
|
||||||
|
|
Loading…
Reference in a new issue