summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/.htaccess2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/.htaccess b/web/.htaccess
index 8deaafe..89f0ae2 100644
--- a/web/.htaccess
+++ b/web/.htaccess
@@ -10,7 +10,7 @@ AddOutputFilterByType DEFLATE text/text text/html text/plain text/xml text/css a
Header set Cache-Control "max-age=2678400, public"
</FilesMatch>
<FilesMatch "\.json$">
- Header set Cache-Control "max-age=86400, public"
+ Header set Cache-Control "max-age=3600, public"
</FilesMatch>
<FilesMatch "Makefile">