From: Michael Tremer Date: Tue, 9 Jan 2024 16:58:31 +0000 (+0000) Subject: error-pages: Include the HTTP headers X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=86c25ea0a433bd0d96bdd989ccdfa75ce09ac539;p=ipfire.org.git error-pages: Include the HTTP headers Signed-off-by: Michael Tremer --- 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 +