6 lines
132 B
ApacheConf
6 lines
132 B
ApacheConf
Allow from all
|
|
|
|
#Enable caching for a year
|
|
<ifModule mod_headers.c>
|
|
Header set Cache-Control "max-age=29030400, public"
|
|
</ifModule> |