Package changes to support the aircraft DB.

This commit is contained in:
Oliver Jowett 2015-02-25 13:16:54 +00:00
parent 8209267301
commit 60eab2284f
11 changed files with 172 additions and 23 deletions
debian/lighttpd

View file

@ -9,10 +9,11 @@ url.redirect += (
alias.url += (
"/dump1090/data/" => "/run/dump1090-mutability/",
"/dump1090/db/" => "/var/cache/dump1090-mutability/db/",
"/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
# The stat cache must be disabled, as aircraft.json changes
# frequently and lighttpd's stat cache often ends up with the
# wrong content length.
server.stat-cache-engine = "disable"