From 2a5dd51d5b23bfd110cc3aef43ba0707ebb73da6 Mon Sep 17 00:00:00 2001 From: Max Schmidt Date: Tue, 24 Oct 2023 10:03:23 +0200 Subject: [PATCH] Update error page to display 404.html --- astro/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/astro/nginx.conf b/astro/nginx.conf index 1f194dd..2722f3c 100644 --- a/astro/nginx.conf +++ b/astro/nginx.conf @@ -37,6 +37,6 @@ http { add_header Content-Type application/javascript; } - error_page 404 /index.html; + error_page 404 /404.html; } } \ No newline at end of file