setting cache-control meta-data
-
In addition to the ‘Expires’ meta data, I want to be able to include the ‘Cache-Control’ meta data as well.
plugins/amazon-s3-and-cloudfront/classes/amazon-s3-and-cloudfront.php
line 157
$args[‘Expires’] = date( ‘D, d M Y H:i:s O’, time()+315360000 );When i add a new line 158
$args[‘Cache-Control’] = ‘max-age=315360000, public’;and add a new asset, the new meta tag is not present. Anyone have an idea why?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘setting cache-control meta-data’ is closed to new replies.