5 lines
129 B
ApacheConf
5 lines
129 B
ApacheConf
|
<IfModule mod_headers.c>
|
||
|
# Cache icons for 2 months
|
||
|
Header set Cache-Control "max-age=5184000,public,no-transform"
|
||
|
</IfModule>
|