From 5d561b85921dc524a5c3733ca431f7a9f89691fb Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Mon, 16 Aug 2021 00:32:46 +0200 Subject: [PATCH] make scripts expire sooner --- main/.htaccess | 1 + 1 file changed, 1 insertion(+) diff --git a/main/.htaccess b/main/.htaccess index 49f1688..2b57952 100644 --- a/main/.htaccess +++ b/main/.htaccess @@ -1,6 +1,7 @@ ExpiresActive On ExpiresDefault A31536000 ExpiresByType text/html A600 +ExpiresByType text/javascript A2592000 Options +MultiViews -Indexes ErrorDocument 404 /404.html