Skip to content

Commit

Permalink
Merge pull request mozilla-services#44 from superawesome/patch-1
Browse files Browse the repository at this point in the history
Longer max-age
  • Loading branch information
lauraxt committed Aug 1, 2014
2 parents 5de9339 + 0202ee4 commit b173a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bouncer/php/functions.php
Expand Up @@ -6,7 +6,7 @@
function show_no_cache_headers() {
//header('Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0, private');
//header('Pragma: no-cache');
header('Cache-Control: max-age=15');
header('Cache-Control: max-age=60');
}

/**
Expand Down

0 comments on commit b173a8a

Please sign in to comment.