excessive RAM consumption - memory leak

Todd HG lists at ruby-forum.com
Thu Feb 21 01:47:29 MSK 2008


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/.





More information about the nginx mailing list