<div dir="ltr">Oops it's $upstream_http_content_type instead. Should read:<div><br></div><div><div>map $upstream_http_content_type $s3_content_type {</div><div>    # S3 -> real...</div><div>}</div></div><div><br></div>
</div><div class="gmail_extra"><br clear="all"><div>----appa<br><br></div>
<br><br><div class="gmail_quote">On Thu, May 23, 2013 at 5:24 PM, António P. P. Almeida <span dir="ltr"><<a href="mailto:appa@perusio.net" target="_blank">appa@perusio.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">Try this.<br><div><br></div><div>At the http level define a map directive that maps upstream Content-Types to the correct ones.</div><div><br></div><div>map $upstream_content_type $s3_content_type {</div>
<div>    # S3 -> real...</div><div>}</div><div><div><br></div><div>On the location that proxy passes.</div></div><div><br></div><div>proxy_hide_header Content-Type;</div><div>add_header Content-Type $s3_content_type; </div>
<span class="HOEnZb"><font color="#888888">
</font></span></div><div class="gmail_extra"><span class="HOEnZb"><font color="#888888"><br clear="all"><div>----appa<br><br></div></font></span><div><div class="h5">
<br><br><div class="gmail_quote">On Thu, May 23, 2013 at 5:07 PM, andrea.mandolo <span dir="ltr"><<a href="mailto:nginx-forum@nginx.us" target="_blank">nginx-forum@nginx.us</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi !!<br>
<br>
i have a Nginx server that operates as a reverse proxy to a my bucket in<br>
Amazon S3.<br>
<br>
Amazon S3 service could deliver contents with wrong Content-Type header,<br>
so i would like to override this header by referring to file extension.<br>
<br>
In other servers i have just configured the "types" block with all mime<br>
types mapped with file estensions,<br>
but this approach only works when Nginx delivers contents directly (as a<br>
origin server).<br>
If the server is a reverse proxy, doesn't add a new Content-Type header, but<br>
honors Content-Type (if exists) received by the origin.<br>
<br>
Is it possible to override the content-type response header using "types"<br>
block? Is there any best practice to override content-type header by file<br>
extensions? Is "map" suggested for this purpose or using multiple "location"<br>
block is better?<br>
<br>
Thanks in advance!!<br>
---<br>
Andrea<br>
<br>
Posted at Nginx Forum: <a href="http://forum.nginx.org/read.php?2,239473,239473#msg-239473" target="_blank">http://forum.nginx.org/read.php?2,239473,239473#msg-239473</a><br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org" target="_blank">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div><br></div></div></div>
</blockquote></div><br></div>