Commit d83fd541 authored by nimrod's avatar nimrod
Browse files

Use Hugo's 404 page.

parent 305af90b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}