1
0

mod_expires

This commit is contained in:
Mike Schwörer 2018-02-03 23:14:16 +01:00
parent fd17480939
commit f44e7e6ace
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF

4
www/data/css/.htaccess Normal file
View File

@ -0,0 +1,4 @@
<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType text/css "access 6 hours"
</IfModule>