Compare commits

..

1 commit

Author SHA1 Message Date
5a989fff69
public-web-static: add faq hackertours redirects 2025-11-08 20:02:55 +01:00

View file

@ -32,6 +32,14 @@ in
} }
]; ];
locations."/de/posts/faq" = {
return = "302 /de/faq/";
};
locations."/en/posts/faq" = {
return = "302 /en/faq/";
};
root = "${dataDir}"; root = "${dataDir}";
extraConfig = '' extraConfig = ''