# Enable cache
<IfModule mod_expires.c>
<FilesMatch "\.(js)$">
ExpiresDefault "access plus 1 month"
</FilesMatch>
</IfModule>