Infini-DL360/web: remove unnecessary newlines
This commit is contained in:
parent
eeb2fdc676
commit
d2aa97c702
1 changed files with 3 additions and 9 deletions
|
@ -51,16 +51,12 @@ in
|
||||||
tryFiles = "/Blahaj.png =404";
|
tryFiles = "/Blahaj.png =404";
|
||||||
root = ./static;
|
root = ./static;
|
||||||
};
|
};
|
||||||
locations."/buy" = {
|
locations."/buy".return = "301 https://www.ikea.com/us/en/p/blahaj-soft-toy-shark-90373590/";
|
||||||
return = "301 https://www.ikea.com/us/en/p/blahaj-soft-toy-shark-90373590/";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
"files.inx.moe" = ssl-inx // {
|
"files.inx.moe" = ssl-inx // {
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
root = "/srv/web/files.inx.moe";
|
root = "/srv/web/files.inx.moe";
|
||||||
extraConfig = ''
|
extraConfig = "autoindex on;";
|
||||||
autoindex on;
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
locations."/p/" = {
|
locations."/p/" = {
|
||||||
root = "/srv/web/files.inx.moe";
|
root = "/srv/web/files.inx.moe";
|
||||||
|
@ -69,9 +65,7 @@ in
|
||||||
"random.inx.moe" = ssl-inx // {
|
"random.inx.moe" = ssl-inx // {
|
||||||
locations."/" = {
|
locations."/" = {
|
||||||
root = "/srv/web/files.inx.moe/subject";
|
root = "/srv/web/files.inx.moe/subject";
|
||||||
extraConfig = ''
|
extraConfig = "random_index on;";
|
||||||
random_index on;
|
|
||||||
'';
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
"old.inx.moe" = ssl-inx-optional // {
|
"old.inx.moe" = ssl-inx-optional // {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue