fix(tanzanite): configure custom 404 page

This commit is contained in:
stitchy 2024-12-22 02:50:33 -08:00
parent 4818be44d3
commit 5544f0d6c0
Signed by: stitchy
SSH key fingerprint: SHA256:f7Wxv5r7Ooi4z3GxqMBx50LlPRtY/kUK/Sw8K02PYys

View file

@ -36,6 +36,12 @@ in {
enableACME = true;
forceSSL = true;
root = "/opt/www/stitchy.moe/public";
extraConfig = ''
error_page 404 /404.html;
location = /404.html {
internal;
}
'';
};
"gay.stitchy.moe" = {
enableACME = true;