No cache headers
This commit is contained in:
parent
466d788f35
commit
cbd6a0cd23
|
@ -3,6 +3,8 @@
|
|||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
|
||||
<head>
|
||||
<meta content="text/html; charset=utf-8" http-equiv="Content-Type" />
|
||||
<meta http-equiv="Cache-control" content="no-cache" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<title>Vagrant - {{ page.title }}</title>
|
||||
|
||||
<meta name="description" content="Create and manage virtualized development environments." />
|
||||
|
|
Loading…
Reference in New Issue