Re: proxy_cache and internal redirect

2013-03-01 Thread Maxim Dounin
Hello! On Fri, Mar 01, 2013 at 11:06:54AM +0400, Nicholas Kostirya wrote: > But, I want use both redirect and save response with > 'X-Accel-Redirect' in cache to prevent multiple requests to > backend. You have to select just one, either X-Accel-Redirect handling or cache. As a workaround

Re[2]: proxy_cache and internal redirect

2013-02-28 Thread Nicholas Kostirya
But, I want use both redirect and save response with 'X-Accel-Redirect' in cache to prevent multiple requests to backend. NIck Четверг, 28 февраля 2013, 20:35 +04:00 от Maxim Dounin : >Hello! > >On Thu, Feb 28, 2013 at 03:50:19PM +0400, Nick wrote: > >> Hello. >> Can you please tell how to ena

Re: proxy_cache and internal redirect

2013-02-28 Thread Maxim Dounin
Hello! On Thu, Feb 28, 2013 at 03:50:19PM +0400, Nick wrote: > Hello. > Can you please tell how to enable caching of responses with > 'X-Accel-Redirect' headers. > Nick. You may do so by using proxy_ignore_headers X-Accel-Redirect; This will prevent nginx from doing a redirect based on

proxy_cache and internal redirect

2013-02-28 Thread Nick
Hello. Can you please tell how to enable caching of responses with 'X-Accel-Redirect' headers. Nick. ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx