From 86c25ea0a433bd0d96bdd989ccdfa75ce09ac539 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 9 Jan 2024 16:58:31 +0000 Subject: [PATCH] error-pages: Include the HTTP headers Signed-off-by: Michael Tremer --- src/error-pages/_layouts/error.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/error-pages/_layouts/error.html b/src/error-pages/_layouts/error.html index 19c7504a..1d567f3c 100644 --- a/src/error-pages/_layouts/error.html +++ b/src/error-pages/_layouts/error.html @@ -1,3 +1,8 @@ +HTTP/1.1 {{ page.error-code }} {{ page.error-description }} +Cache-Control: no-cache +Connection: close +Content-Type: text/html + -- 2.47.3