Package changes to support the aircraft DB.
This commit is contained in:
parent
8209267301
commit
60eab2284f
11 changed files with 172 additions and 23 deletions
debian/lighttpd
5
debian/lighttpd/89-dump1090.conf
vendored
5
debian/lighttpd/89-dump1090.conf
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue