try fixing stops.json serving

This commit is contained in:
oxapentane - 2022-10-16 18:33:46 +02:00
parent 9c114053eb
commit db3e88a2d3
Signed by: oxapentane
GPG Key ID: 91FA5E5BF9AA901C

View File

@ -18,7 +18,7 @@
tryFiles = "$uri /index.html =404";
};
"~ /stop/*.(json)" = {
"~ ^/stop/.*\.json$" = {
root = "${pkgs.stops}/";
};
};