Skip to content

Commit

Permalink
Merge pull request beakerbrowser#115 from paul90/patch-1
Browse files Browse the repository at this point in the history
Correcting Cache-Control
  • Loading branch information
pfrazee authored Jun 6, 2019
2 parents 2123711 + 60b4182 commit 2dc6734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/apis/archive-files.js
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ module.exports = class ArchiveFilesAPI {
headersSent = true
var headers = {
'Content-Type': mimeType,
'Cache-Control': 'public, max-age: 60',
'Cache-Control': 'public, max-age=60',
ETag
}
res.writeHead(statusCode, 'OK', headers)
Expand Down

0 comments on commit 2dc6734

Please sign in to comment.