luci-base: index.html: add extend cache-control directive
Fixes: #2942 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
05cad423ce
commit
1fe45a9344
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Cache-Control" content="no-cache" />
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||||
<meta http-equiv="refresh" content="0; URL=/cgi-bin/luci/" />
|
<meta http-equiv="refresh" content="0; URL=/cgi-bin/luci/" />
|
||||||
</head>
|
</head>
|
||||||
<body style="background-color: white">
|
<body style="background-color: white">
|
||||||
|
|
Loading…
Reference in a new issue