From e9700a6bfc17e94d131c11c8c980202d739d73f8 Mon Sep 17 00:00:00 2001 From: uvok cheetah Date: Sun, 17 May 2020 17:58:36 +0200 Subject: Change caching for html to none (?) --- .htaccess | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.htaccess b/.htaccess index 067bd24..2eac1cb 100644 --- a/.htaccess +++ b/.htaccess @@ -1,3 +1,5 @@ - -Header set Cache-Control "max-age=86400, public" - + +ExpiresActive on +ExpiresDefault "access plus 1 week" +ExpiresByType text/html "access plus 0 seconds" + -- cgit v1.2.3