gluon-status-page: don't cache index meta redirect

This commit is contained in:
Andreas Ziegler 2018-10-04 22:20:57 +02:00 committed by Andreas Ziegler
parent 1628f2d49e
commit 849f72b0a6

View File

@ -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>