From 849f72b0a6f28aa50112724b796c30b3fcb63762 Mon Sep 17 00:00:00 2001 From: Andreas Ziegler <dev@andreas-ziegler.de> Date: Thu, 4 Oct 2018 22:20:57 +0200 Subject: [PATCH] gluon-status-page: don't cache index meta redirect --- .../files/lib/gluon/status-page/www/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package/gluon-status-page/files/lib/gluon/status-page/www/index.html b/package/gluon-status-page/files/lib/gluon/status-page/www/index.html index d5da1c84b..cc209cece 100644 --- a/package/gluon-status-page/files/lib/gluon/status-page/www/index.html +++ b/package/gluon-status-page/files/lib/gluon/status-page/www/index.html @@ -1,6 +1,9 @@ <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head> + <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" /> + <meta http-equiv="Pragma" content="no-cache" /> + <meta http-equiv="Expires" content="0" /> <meta http-equiv="refresh" content="0; URL=/cgi-bin/status" /> </head> <body> -- GitLab