Make json files refresh sooner.
This commit is contained in:
parent
ef205626e4
commit
34dd265f6a
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user