Thank you very much Igor for a fast response!<div><br></div><div>So far I see the performance increase. I see the logs being created. And no longer see so lot access logs to apache images.</div><div><br></div><div>my config is:</div>
<div><div>            location /bin/ {</div><div>                expires 7d;</div><div>                add_header X-Cache "Backend2-cache";</div><div>                proxy_pass <a href="http://site.com">http://site.com</a>;</div>
<div><br></div><div>                proxy_cache my-cache;</div><div>                proxy_cache_valid  200 302  360m;</div><div>                proxy_cache_valid  404      1m;</div><div>            }</div><div><br></div><div>
One more question is left in my mind, I see the expire headers are set, but the HTTP response status is always 200. </div><div>is there somewhere a way to make it respond with status 304 (not modified) ? </div><div><br></div>
Thank you</div><div><br><div class="gmail_quote">On 28 September 2012 11:26, Igor Sysoev <span dir="ltr"><<a href="mailto:igor@sysoev.ru" target="_blank">igor@sysoev.ru</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div style="word-wrap:break-word"><div><div><div class="h5"><div>On Sep 28, 2012, at 12:10 , Jaroslav wrote:</div><br><blockquote type="cite"><span style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">Hello everyone,</span><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">

<br></div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">I am using nginx as proxy before apache a long time already. And it is really terrific what it does.</div>
<div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">Ram usage dropped like 3 times</div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">
I mainly set up image cache headers in nginx config</div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif"><br></div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">

Today I've spotted, that one of vhosts is generating images ALWAYS on the fly, images are accessed like: </div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">
/bin/825?w=121&h=87&cutted=fit</div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">/bin/4999?w=222 </div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">

/bin/5113?w=121&h=87&cutted=fit</div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif"><br></div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">
etc..</div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif"><br></div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">
I wonder is there any way I can tell nginx to store those images locally, ie for a week, and serve them</div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">to other users, so it won't be resized multiple times?</div>

<div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif"><br></div><div style="color:rgb(34,34,34);font-size:13px;font-family:arial,sans-serif">
I tried googling but don't even know how/where to start from..</div></blockquote><br></div></div><a href="http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_cache" target="_blank">http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_cache</a></div>
<br><div>
<div style="word-wrap:break-word"><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Georgia;word-spacing:0px"><br>
--<br>Igor Sysoev<br></span></div><div style="word-wrap:break-word"><span style="text-indent:0px;letter-spacing:normal;font-variant:normal;font-style:normal;font-weight:normal;line-height:normal;border-collapse:separate;text-transform:none;font-size:medium;white-space:normal;font-family:Georgia;word-spacing:0px"><a href="http://nginx.com/support.html" target="_blank">http://nginx.com/support.html</a></span></div>

</div>
<br></div><br>_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br></blockquote></div><br></div>