Fix typo
This commit is contained in:
parent
0cc1a2fcf5
commit
6ec3367d98
1 changed files with 4 additions and 4 deletions
8
ogdo.nix
8
ogdo.nix
|
@ -24,11 +24,11 @@
|
||||||
error_page 404 /;
|
error_page 404 /;
|
||||||
'';
|
'';
|
||||||
|
|
||||||
location."/" = { index = "/index.html"; };
|
locations."/" = { index = "/index.html"; };
|
||||||
|
|
||||||
location."/v" = { tryFiles = "/Ogdo-V-corrected.pdf =404"; };
|
locations."/v" = { tryFiles = "/Ogdo-V-corrected.pdf =404"; };
|
||||||
location."/iv" = { tryFiles = "/Ogdo-IV.pdf =404"; };
|
locations."/iv" = { tryFiles = "/Ogdo-IV.pdf =404"; };
|
||||||
location."/1031" = { tryFiles = "/Halloween-special-updated.pdf =404"; };
|
locations."/1031" = { tryFiles = "/Halloween-special-updated.pdf =404"; };
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue