From 778bdfa2bd03e882613c997b53d4b82428f6acde Mon Sep 17 00:00:00 2001 From: kolaente Date: Wed, 30 Oct 2019 22:07:18 +0100 Subject: [PATCH] Fixed 404 --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf b/nginx.conf index e6479f3..82fdc07 100644 --- a/nginx.conf +++ b/nginx.conf @@ -9,7 +9,7 @@ server { index index.html index.htm; } - error_page 404 /en/404.html; + error_page 404 /404.html; error_page 500 502 503 504 /50x.html; location = /50x.html { root /usr/share/nginx/html;