<div dir="ltr"><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">You did not provide any configuration snippet for the thread pool you are using and only showing partial configuration bits.<br></div><div class="gmail_default" style="font-size:small;color:rgb(51,51,153)">I hope the unshown is configured properly...<br></div><div class="gmail_extra"><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 Fri, Jan 22, 2016 at 10:08 AM, Anoop Alias <span dir="ltr"><<a href="mailto:anoopalias01@gmail.com" target="_blank">anoopalias01@gmail.com</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">From an nginx book i read setting<div><br></div><div>###########</div><div><div>http {</div><div><br></div><div>sendfile on;</div><div>sendfile_max_chunk 512k;</div><div>aio threads=default;</div><div>directio 4m;</div><div>############</div><div><br></div><div>is good as it use (if i understand it correctly) </div><div><br></div><div>sendfile for files less than 4m and directio for files larger than 4m</div><div><br></div><div>But the above config is causing issues like static css files images etc not being served. I am not sure what exactly is the issue But commenting out </div><div><br></div><div>directio from the above fix it or commenting out sendfile fix it . </div><div><br></div><div>But adding them both creates a mess.</div><div><br></div><div>The question is is the above combination valid and if yes what might be causing  the issue .</div><span class="HOEnZb"><font color="#888888"><div><br></div><div><br></div>-- <br><div><div dir="ltr"><div><b>Anoop P Alias</b> <div><br></div></div></div></div>
</font></span></div></div>
<br>_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">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>