Skip to content
ba7201b
8 lines (6 sloc) 313 Bytes
# Gzip assets before sending to client
AddOutputFilterByType DEFLATE text/html text/event-stream text/xml text/css text/javascript application/javascript application/json
# Set cache lifetime for these files as a week
<FilesMatch ".(js|css)$">
Header set Cache-Control "max-age=604800, public"
</FilesMatch>
Something went wrong with that request. Please try again.