nginx redirects

This commit is contained in:
Tassilo - 2022-09-16 15:33:33 +02:00
parent b56b8e5c5d
commit a2e7414985
Signed by: revol-xut
GPG Key ID: 4F56FF7759627D07

View File

@ -9,7 +9,8 @@
index = "index.html";
};
locations."/regions" = {
alias = "/";
root = "${pkgs.click}/web/";
index = "index.html";
};
locations."/stations" = {
alias = "/";