forked from CCCHH/nix-infra
public-web-static: add faq hackertours redirects
This commit is contained in:
parent
6952854ec9
commit
5a989fff69
1 changed files with 8 additions and 0 deletions
|
|
@ -32,6 +32,14 @@ in
|
|||
}
|
||||
];
|
||||
|
||||
locations."/de/posts/faq" = {
|
||||
return = "302 /de/faq/";
|
||||
};
|
||||
|
||||
locations."/en/posts/faq" = {
|
||||
return = "302 /en/faq/";
|
||||
};
|
||||
|
||||
root = "${dataDir}";
|
||||
|
||||
extraConfig = ''
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue