Cache assets/ on Apache2

This commit is contained in:
Christopher Teutsch 2020-12-27 19:08:43 +01:00
parent 9478c7cecd
commit 48bb2760dd

3
assets/.htaccess Normal file
View File

@ -0,0 +1,3 @@
<IfModule mod_expires.c>
ExpiresDefault "access plus 2 week"
</IfModule>