From 6009c3ff8c96ea52605ff2dfda1ef1658defdb05 Mon Sep 17 00:00:00 2001 From: "Niels G. W. Serup" Date: Fri, 2 Sep 2016 23:48:14 +0200 Subject: [PATCH] come on --- nginx/base.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx/base.conf b/nginx/base.conf index 310f0b1..5016938 100644 --- a/nginx/base.conf +++ b/nginx/base.conf @@ -3,7 +3,7 @@ server_name metanohi.name www.metanohi.name; root /var/www/metanohi.name/web-serve; index index.html; -error_page 404 /404.html +error_page 404 /404.html; location /404 { internal;