public-web-static: add faq hackertours redirects

This commit is contained in:
June 2025-11-08 20:02:25 +01:00
commit 5a989fff69
Signed by: june
SSH key fingerprint: SHA256:o9EAq4Y9N9K0pBQeBTqhSDrND5E7oB+60ZNx0U1yPe0

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}";
extraConfig = ''