eliott wrote:
> You may try setting expires headers for your images, if they don't
> change very often (or at all).
I have added, but I'm not altogether sure if this is optimum:
http {
expires 24h;
add_header Cache-Control private;
server_tokens off;
--
Posted via http://www.ruby-forum.com/.