Cache Expire가 Refresh보다 앞으로 오도록 설정 (실험)
This commit is contained in:
+1
-1
@@ -1,9 +1,9 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv='Refresh' content='0;URL=../'>
|
|
||||||
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
|
||||||
<meta http-equiv="Pragma" content="no-cache" />
|
<meta http-equiv="Pragma" content="no-cache" />
|
||||||
<meta http-equiv="Expires" content="0" />
|
<meta http-equiv="Expires" content="0" />
|
||||||
|
<meta http-equiv='Refresh' content='0;URL=../'>
|
||||||
</head>
|
</head>
|
||||||
<body></body></html>
|
<body></body></html>
|
||||||
Reference in New Issue
Block a user