That seems to match what the docs for proxy_hide_header <http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_hide_header> states, just do not use proxy_pass_header at the same time... which does the exact opposite. --- *B. R.*
On Thu, Mar 24, 2016 at 9:31 PM, john_smith77 <[email protected]> wrote: > Thanks for the info. I have removed the redundant config. I suppose what I > am really getting at is that I would like Set-Cookie to never be cached > with > a cache MISS so that the cached cookie values are then not there for > subsequent HITS. > > Posted at Nginx Forum: > https://forum.nginx.org/read.php?2,265629,265645#msg-265645 > > _______________________________________________ > nginx mailing list > [email protected] > http://mailman.nginx.org/mailman/listinfo/nginx >
_______________________________________________ nginx mailing list [email protected] http://mailman.nginx.org/mailman/listinfo/nginx
