<div bgcolor="#FFFFFF" text="#000000">Seems like its not possible to ude try_files together with proxy_pass_header</div><div bgcolor="#FFFFFF" text="#000000"><br></div><div bgcolor="#FFFFFF" text="#000000">So if that was a bug before that you could get the headers from Backend but still serve the file using nginx I don't know.</div>
<div bgcolor="#FFFFFF" text="#000000"><br></div><div bgcolor="#FFFFFF" text="#000000">All dynamic files which I send to Backend is having cache-control headers set. All static files (which I want to serve using nginx, but inherit the cache-control header from</div>
<div bgcolor="#FFFFFF" text="#000000">Backend) doesn't work, which it used to do.</div><div bgcolor="#FFFFFF" text="#000000"><br></div><div bgcolor="#FFFFFF" text="#000000">- lucas R<span></span><br>
<br>
Robert Paprocki wrote:
<blockquote type="cite">
  <pre>You need to examine traffic over the wire between the proxy and the
origin as you send a request from an outside client to the proxy. This
will allow you to see if the origin is even returning the expected
headers to the proxy, or if the proxy is seeing a different response
than a direct client is.

On 07/01/2014 04:00 AM, Lucas Rolff wrote:
</pre>
  <blockquote type="cite"><pre>So backend returns the headers just fine.
</pre></blockquote>
  <pre>_______________________________________________
nginx mailing list
<a href="javascript:_e(%7B%7D,'cvml','nginx@nginx.org');" target="_blank">nginx@nginx.org</a>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a>
</pre>
</blockquote>
</div>