Infini-DL360/web: add swedish.fish and sweedish.fish
This commit is contained in:
parent
4420a3cd9a
commit
350bdfcb90
1 changed files with 10 additions and 0 deletions
|
@ -32,6 +32,7 @@ let
|
|||
|
||||
redirects = lib.mapAttrs mkRedirect {
|
||||
"nitter.inx.moe" = "twitter.com";
|
||||
"sweedish.fish" = "swedish.fish";
|
||||
};
|
||||
in
|
||||
{
|
||||
|
@ -58,6 +59,15 @@ in
|
|||
return = "301 https://www.ikea.com/us/en/p/blahaj-soft-toy-shark-90373590/";
|
||||
};
|
||||
};
|
||||
"swedish.fish" = ssl-optional // {
|
||||
locations."/" = {
|
||||
tryFiles = "/Blahaj.png =404";
|
||||
root = ./static;
|
||||
};
|
||||
locations."/buy" = {
|
||||
return = "301 https://www.ikea.com/us/en/p/blahaj-soft-toy-shark-90373590/";
|
||||
};
|
||||
};
|
||||
"files.inx.moe" = ssl // {
|
||||
locations."/" = {
|
||||
root = "/srv/web/files.inx.moe";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue