Displaying 1 result from an estimated 1 matches for "bankovski".
Did you mean:
mankovski
2009 Mar 14
2
Rails, lighttpd and the Expires header
I have a controller that serves up images from a different location
from /public/images/ by using send_file or send_data on /media/thumbs/
38 for example
In lighttpd I have:
expire.url = ( "/media/" => "access 10 years",
"/stylesheets/" => "access 10 years" ,
"/javascripts/" => "access 10 years",