Directly include the VRS-derived json db since the underlying DB

is not being updated any more.
This commit is contained in:
Oliver Jowett 2016-02-16 10:33:18 +00:00
parent 577fe9b52e
commit 108b402918
69 changed files with 73 additions and 26 deletions

View file

@ -12,8 +12,5 @@ server{
location /dump1090/data/ {
alias /run/dump1090-mutability/;
}
location /dump1090/db/ {
alias /var/cache/dump1090-mutability/db/;
}
}