2014-12-06 22:47:46 +01:00
|
|
|
# Allows access to the static files that provide the dump1090 map view,
|
|
|
|
# and also to the dynamically-generated json parts that contain aircraft
|
|
|
|
# data and are periodically written by the dump1090 daemon.
|
|
|
|
|
|
|
|
url.redirect += (
|
|
|
|
"^/dump1090/$" => "/dump1090/gmap.html",
|
|
|
|
"^/dump1090$" => "/dump1090/gmap.html"
|
|
|
|
)
|
|
|
|
|
|
|
|
alias.url += (
|
|
|
|
"/dump1090/data/" => "/run/dump1090-mutability/",
|
2014-12-09 21:36:24 +01:00
|
|
|
"/dump1090/" => "/usr/share/dump1090-mutability/html/"
|
2014-12-06 22:47:46 +01:00
|
|
|
)
|