Skip to content

Commit

Permalink
Should not make a difference, but use 'no-cache' instead of 'no-store'
Browse files Browse the repository at this point in the history
  • Loading branch information
ranguard committed Feb 7, 2014
1 parent 6a72c20 commit 347819b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/MetaCPAN/Web/Controller/Root.pm
Expand Up @@ -98,7 +98,7 @@ sub end : ActionClass('RenderView') {
)
{
# Make sure fastly doesn't cache anything by accident
$c->res->header( 'Surrogate-Control' => 'no-store' );
$c->res->header( 'Surrogate-Control' => 'no-cache' );
}
}

Expand Down

0 comments on commit 347819b

Please sign in to comment.