4 lines
91 B
ApacheConf
4 lines
91 B
ApacheConf
|
<IfModule mod_expires.c>
|
||
|
ExpiresActive On
|
||
|
ExpiresDefault "access plus 12 hours"
|
||
|
</IfModule>
|