Adding expire headers to content served from CDN?
Posted
by
mdolon
on Server Fault
See other posts from Server Fault
or by mdolon
Published on 2010-07-22T20:00:14Z
Indexed on
2012/03/29
5:31 UTC
Read the original article
Hit count: 165
I'm using MaxCDN to serve content to my blog using W3 Total Cache. The problem I'm running into when evaluating my site using Google Page Speed and YSlow! is that expire headers are not being sent on content delivered from the CDN, nor are they coming from a cookieless domain.
Is this something that is completely in the hands of my CDN or is it something I can fix using my server configuration?
Some info about my setup:
- nginx with php-fastcgi
- wordpress 3.0
- w3 total cache 0.9a (dev release)
- MaxCDN
- the site: http://devgrow.com/
© Server Fault or respective owner