Re: proxy_ignore_headers Cache-Control + Set-Cookie do not work both

2013-09-05 Thread Maxim Dounin
Hello! On Thu, Sep 05, 2013 at 09:09:06AM -0400, Falk wrote: > Hi, > in a reverse-proxy setup I want to ignore "Cache-Control:" and "Set-Cookie:" > for .css and some more. > > Each one works perfectly. > > Pages sent with a cookie are being cached: > location ~* \.(css|ico|js) { >

proxy_ignore_headers Cache-Control + Set-Cookie do not work both

2013-09-05 Thread Falk
Hi, in a reverse-proxy setup I want to ignore "Cache-Control:" and "Set-Cookie:" for .css and some more. Each one works perfectly. Pages sent with a cookie are being cached: location ~* \.(css|ico|js) { proxy_pass http://Upstream-server; proxy_ignore_headers Set-C