diff --git a/conf.d/www.nehe.sr.conf b/conf.d/www.nehe.sr.conf
index ee64ba393862a7912429cd01acd98c1d74e81573..80c8032b821c2d1507990bb76800c11827098c03 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;
 }