From 3559bcde124090d20bfec0b843a9adc87d058556 Mon Sep 17 00:00:00 2001 From: Huan Du Date: Sat, 7 Nov 2015 16:29:21 +0800 Subject: [PATCH] =?UTF-8?q?1=20Jan=202100=20=E6=98=AF=E5=91=A8=E4=BA=94?= =?UTF-8?q?=E8=80=8C=E4=B8=8D=E6=98=AF=E5=91=A8=E4=B8=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 我相信你看到这个 PR 时候表情一定很有趣~ :P --- lib/combo.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/combo.js b/lib/combo.js index f4779d1..d0dabfd 100644 --- a/lib/combo.js +++ b/lib/combo.js @@ -46,8 +46,8 @@ module.exports = function (options, PROD) { cached = {}; } if (PROD) { - res.setHeader('Expires', 'Mon, 1 Jan 2100 00:00:00 GMT') - res.setHeader('Last-Modified', 'Mon, 1 Jan 2100 00:00:00 GMT') + res.setHeader('Expires', 'Fri, 1 Jan 2100 00:00:00 GMT') + res.setHeader('Last-Modified', 'Fri, 1 Jan 2100 00:00:00 GMT') res.setHeader('Cache-Control', 'public, max-age=' + 60 * 60 * 24 * 365); res.setHeader('Pragma', 'public'); } @@ -87,4 +87,4 @@ module.exports = function (options, PROD) { } } }; -}; \ No newline at end of file +};