Reorganize ogdo folder
This commit is contained in:
parent
e529e25bc6
commit
c35085fca4
1 changed files with 4 additions and 4 deletions
8
ogdo.nix
8
ogdo.nix
|
@ -26,10 +26,10 @@
|
||||||
'';
|
'';
|
||||||
|
|
||||||
locations."/" = { index = "/index.html"; };
|
locations."/" = { index = "/index.html"; };
|
||||||
|
locations."~ ^/.+" = {
|
||||||
locations."/v" = { tryFiles = "/Ogdo-V-corrected.pdf =404"; };
|
root = "/srv/ogdo/served-files";
|
||||||
locations."/iv" = { tryFiles = "/Ogdo-IV.pdf =404"; };
|
tryFiles = "$uri =404";
|
||||||
locations."/1031" = { tryFiles = "/Halloween-special-updated.pdf =404"; };
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue