This commit is contained in:
jaina heartles 2024-02-29 14:14:01 -08:00
parent 0cc1a2fcf5
commit 6ec3367d98

View file

@ -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"; };
}; };
}; };
} }