From 42430840573df8a2aa10ef460bac79974e49c955 Mon Sep 17 00:00:00 2001 From: Kyren223 Date: Fri, 27 Dec 2024 19:30:31 +0200 Subject: [PATCH] Trying to fix website error --- nginx.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/nginx.nix b/nginx.nix index e02df29..89292be 100644 --- a/nginx.nix +++ b/nginx.nix @@ -19,12 +19,12 @@ root = "/srv/website"; }; - locations."/404.html" = { - root = "/srv/website"; - }; - extraConfig = '' - error_page 404 /404.html; - ''; + # locations."/404.html" = { + # root = "/srv/website"; + # }; + # extraConfig = '' + # error_page 404 /404.html; + # ''; }; };