From 29d9e096593a40f1bf84f5f005d108eda3897563 Mon Sep 17 00:00:00 2001 From: CherryKitten Date: Tue, 11 Jun 2024 11:56:41 +0200 Subject: [PATCH] fix website 404 --- hosts/ocelot/website.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/hosts/ocelot/website.nix b/hosts/ocelot/website.nix index 049e283..ce9ad5e 100644 --- a/hosts/ocelot/website.nix +++ b/hosts/ocelot/website.nix @@ -3,6 +3,7 @@ enable = true; virtualHosts = { "cherrykitten.dev" = { + extraConfig = "error_page 404 /404.html;"; forceSSL = true; enableACME = true; locations = {