
05-27-2009, 08:21 AM
|
|
Member
|
|
Join Date: Jul 2008
Posts: 28
|
|
Cache Stylesheets and Images
Okay--it looks like this is working fine for pages. I'd also like to cache stylesheets, js, and images on a per subdomain basis. Each element is processed by the Rails app right now, but I'd like it to be cached. So:
http://my.domain.com/stylesheets/style.css > cache/my.domain.com/stylesheets/style.css
Is this possible? What do I need to change?
Thanks!
|