From d83fd541d8878565830ca70d1e6445f64c901574 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 4 May 2021 23:08:52 +0300
Subject: [PATCH] Use Hugo's 404 page.

---
 conf.d/www.nehe.sr.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf.d/www.nehe.sr.conf b/conf.d/www.nehe.sr.conf
index ee64ba3..80c8032 100644
--- a/conf.d/www.nehe.sr.conf
+++ b/conf.d/www.nehe.sr.conf
@@ -18,5 +18,5 @@ server {
     include             snippets/security-txt.conf;
     include             snippets/ssl.conf;
     root                /var/www/www.nehe.sr/;
-    error_page 404      /;
+    error_page 404      /404.html;
 }
-- 
GitLab