Skip to content

Commit

Permalink
expose mlat-client stats for ultrafeeder (#229)
Browse files Browse the repository at this point in the history
  • Loading branch information
wiedehopf authored Sep 27, 2024
1 parent 28ecdb8 commit a0a0800
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions rootfs/etc/nginx.tar1090/sites-enabled/tar1090
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ server {

}

location /mlat-client-stats {
alias /run/mlat-client;
}

#ref: https://github.com/wiedehopf/graphs1090/blob/151e63a810d6b087518992d4f366d9776c5c826b/install.sh#L302
include /usr/share/graphs1090/nginx-graphs1090.conf;

Expand Down

0 comments on commit a0a0800

Please sign in to comment.