<p dir="ltr">On 1 Jul 2014 10:20, "Lucas Rolff" <<a href="mailto:lucas@slcoding.com">lucas@slcoding.com</a>> wrote:<br>
><br>
> Well, it used to work before 1.6.0..<br>
><br>
> For me <a href="http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_pass_header">http://nginx.org/en/docs/http/ngx_http_proxy_module.html#proxy_pass_header</a> shows that I should do:<br>
><br>
> proxy_pass_header Cache-Control; <br>
><br>
> So that should be correct</p>
<p dir="ltr">No. You have misread the documentation.</p>
<p dir="ltr">proxy_pass_header accepts a very limited set of headers whereas your use of it assumes it is generic.</p>
<p dir="ltr">Please carefully *re*read the _pass_ AND _hide_ documentation as I suggested. <br>
</p>