From 86c9d3b1d5eaf2a7776122c62abf66ad57625efb Mon Sep 17 00:00:00 2001 From: mo8it Date: Fri, 21 Jun 2024 12:23:44 +0200 Subject: [PATCH] Update Nginx config --- volumes/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volumes/nginx.conf b/volumes/nginx.conf index d2ba632..add5541 100644 --- a/volumes/nginx.conf +++ b/volumes/nginx.conf @@ -43,6 +43,6 @@ http { location / { } - error_page 404 /404.html; + error_page 404 404.html; } }