From 488e6701d9e43c61407a3794797b86d8d6ac3512 Mon Sep 17 00:00:00 2001 From: Bryan Gruneberg Date: Fri, 2 Aug 2024 08:24:17 -0600 Subject: [PATCH] Adds a custom 404 handler, common for static rendered HTML sites --- images/nginx/helpers/400_custom-404.conf | 1 + 1 file changed, 1 insertion(+) create mode 100644 images/nginx/helpers/400_custom-404.conf diff --git a/images/nginx/helpers/400_custom-404.conf b/images/nginx/helpers/400_custom-404.conf new file mode 100644 index 000000000..acbb81e19 --- /dev/null +++ b/images/nginx/helpers/400_custom-404.conf @@ -0,0 +1 @@ +error_page 404 /404.html;