From 74d45ffd8be14007301aac1cd7a57b32845ddbf6 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Sun, 2 Oct 2022 17:39:35 +0200 Subject: [PATCH] made html expire less quickly --- web/.htaccess | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/.htaccess b/web/.htaccess index 768e308..9b9ebe9 100644 --- a/web/.htaccess +++ b/web/.htaccess @@ -1,6 +1,6 @@ ExpiresActive On ExpiresDefault A31536000 -ExpiresByType text/html A600 +ExpiresByType text/html A3600 ExpiresByType text/javascript A2592000 ExpiresByType application/javascript A2592000