aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2011-10-21 18:29:27 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2011-10-21 18:30:05 -0400
commit34dd265f6a41cafee4c79a3600d955d0378d486a (patch)
tree50c93055a238cfbf1f1b0a7e84d788d78f6f1cee
parentWork around google+'s bug where they link to the escaped_fragment URL. (diff)
downloadPhotoFloat-34dd265f6a41cafee4c79a3600d955d0378d486a.tar.xz
PhotoFloat-34dd265f6a41cafee4c79a3600d955d0378d486a.zip
Make json files refresh sooner.
-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">