Initial commit
This commit is contained in:
10
html/scripts/.htaccess
Normal file
10
html/scripts/.htaccess
Normal file
@@ -0,0 +1,10 @@
|
||||
# Auto-generated Muse file. Edits made to this file will be overwritten.
|
||||
<FilesMatch ".js$">
|
||||
<IfModule mod_headers.c>
|
||||
Header set Cache-Control "max-age=2592000, public"
|
||||
</IfModule>
|
||||
<IfModule mod_expires.c>
|
||||
ExpiresActive On
|
||||
ExpiresDefault "access plus 30 days"
|
||||
</IfModule>
|
||||
</FilesMatch>
|
||||
Reference in New Issue
Block a user