fixed endpoint in nginx

This commit is contained in:
Tassilo - 2022-09-07 22:51:18 +02:00
parent 6ceaef6b09
commit beda761327
Signed by: revol-xut
GPG Key ID: 4F56FF7759627D07

View File

@ -16,11 +16,8 @@
root = if (config.dump-dvb.domain == "dvb.solutions") then "${pkgs.windshield}/bin/" else "${pkgs.windshield-staging}/bin/";
index = "index.html";
};
"/stops/" = {
root = "${pkgs.stops}/stop/";
};
"/graph/" = {
root = "${pkgs.stops}/graph/";
"~ \.(json)" = {
root = "${pkgs.stops}/";
};
};
};