From 1ef2bea3bd21d2c855e27d37698a48e963c7ecfe Mon Sep 17 00:00:00 2001 From: Kyle <41976328+ImKyle4815@users.noreply.github.com> Date: Mon, 21 Dec 2020 09:13:38 -0800 Subject: [PATCH] Update .htaccess --- .htaccess | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.htaccess b/.htaccess index 29072784..3b4fb291 100644 --- a/.htaccess +++ b/.htaccess @@ -10,15 +10,15 @@ ErrorDocument 404 /404.php Header set Cache-Control "max-age=2678400, public" #WEEK - + Header set Cache-Control "max-age=604800, public" #DAY - + Header set Cache-Control "max-age=86400, public" - - #creator.js + + #HOUR - Header set Cache-Control "max-age=60, public" + Header set Cache-Control "max-age=3600, public" \ No newline at end of file