From 7be5a7ef1360e49ef78cfa5fecb52c9d21db6594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20B=C3=B6sch-Plepelits?= Date: Mon, 25 Feb 2019 22:09:53 +0100 Subject: [PATCH] Assets: caching --- asset.php | 1 + 1 file changed, 1 insertion(+) diff --git a/asset.php b/asset.php index e47d6dcd..ea68016f 100644 --- a/asset.php +++ b/asset.php @@ -40,4 +40,5 @@ else { } Header("Content-Type: {$mime_type}; charset=utf-8"); +Header("Cache-Control: max-age=86400"); print $contents;