From deb17ce465444c836e94af5904b5caad5e009361 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Tue, 21 May 2024 16:05:42 +0200 Subject: [PATCH] make css expire more quickly --- web/.htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/web/.htaccess b/web/.htaccess index 3fe48ae..5958553 100644 --- a/web/.htaccess +++ b/web/.htaccess @@ -1,6 +1,7 @@ ExpiresActive On ExpiresDefault A31536000 ExpiresByType text/html A600 +ExpiresByType text/css A2592000 ExpiresByType text/javascript A2592000 ExpiresByType application/javascript A2592000