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; + # ''; }; };