<div dir="ltr"><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">nginx serves content, but does not generate it.<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">If users download anything, it is either related to the application or to the client (browser module?).<br><br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">I suggest you check both sides to find where/how this URI is generated and why it is accessed.<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">The incorrect MIME type means a backend has badly positioned a Content-Type header, or in its absence nginx has been configured to serve this URI as application/octet-stream (cf. <a href="http://nginx.org/en/docs/http/ngx_http_core_module.html#default_type">http://nginx.org/en/docs/http/ngx_http_core_module.html#default_type</a>).<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">For its content, as stated before, nginx does not generate it by itself: you will need to find its source.<br></div><div class="gmail_extra"><br><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">​Happy debugging,​</div><div><div class="gmail_signature"><font size="1"><span style="color:rgb(102,102,102)">---<br></span><b><span style="color:rgb(102,102,102)">B. R.</span></b><span style="color:rgb(102,102,102)"></span></font></div></div>
<br><div class="gmail_quote">On Wed, Dec 30, 2015 at 5:23 AM, Laurent Dumont <span dir="ltr"><<a href="mailto:ml@coldnorthadmin.com" target="_blank">ml@coldnorthadmin.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi guys,<br>
<br>
We are using Nginx 1.4.6 as a Load Balancer for our website. Sometimes, when a  user loads the website, the browser will start downloading a file named "download" which contains the HTTP Response headers. So far, what we know is that it only happens when the browser is Chrome and it's maybe once every 60-70 page loads. I've narrowed it down to the LB since loading the page directly on the app server never triggers a download.<br>
<br>
You also see the following error : "Resource interpreted as Document but transferred with MIME type application/octet-stream:" in the Chrome console.<br>
<br>
Any ideas?<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" rel="noreferrer" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</blockquote></div><br></div></div>