From 58357254351f92b4ad03ba812189dc4600ababde Mon Sep 17 00:00:00 2001 From: mo8it Date: Wed, 3 Jul 2024 16:08:14 +0200 Subject: [PATCH] Revert "Update Nginx config" This reverts commit 86c9d3b1d5eaf2a7776122c62abf66ad57625efb. --- volumes/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/volumes/nginx.conf b/volumes/nginx.conf index add5541..d2ba632 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; } }