Cache Expire가 Refresh보다 앞으로 오도록 설정 (실험)

This commit is contained in:
2018-02-02 19:54:32 +09:00
parent c6be70849c
commit 028e400354
+1 -1
View File
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv='Refresh' content='0;URL=../'>
<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=../'>
</head>
<body></body></html>