I am serving my content through Apache and Nginx in Webfaction. Webfaction only supports 'epxires_max' directive for its Nginx server for all the static content (images, css files, js, etc).
I tried Google PageSpeed Tool and it says this:
The following cacheable resources have a short freshness lifetime. Specify an expiration at least one week in the future for the following resources:
and then lists about 50 images that it considers I need to specify their expiration.
So my questions are:
(a) Serving content through (Apache and) Nginx (no expires_max directive included) and using memcached, do I also need to specify more expire information for my static content?
(b) Apart from 'expires_max' do I have other options?