<div dir="ltr">The issue has been resolved. It was monit who was creating issues and closing nginx connection during buffering. I changed the version of monit from 4.1* to 5.1* and there ain't no error in logs regarding "signal process started" . Thanks<br>
</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Apr 13, 2013 at 7:24 PM, shahzaib shahzaib <span dir="ltr"><<a href="mailto:shahzaib.cb@gmail.com" target="_blank">shahzaib.cb@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"><div><div>We are facing issues regarding flv  and somehow things are fix and smooth and i haven't done anything :(. But i want to prevent these issues for the future. The source i used to download nginx is <a href="http://nginx.org/download/" target="_blank">http://nginx.org/download/</a> . Please check my nginx.conf file may be there's some wrong settings there :-<br>

<br>user  nginx;<br>worker_processes  8;<br>worker_rlimit_nofile 300000; #2 filehandlers for each connection<br>#error_log  logs/error.log;<br>#error_log  logs/error.log  notice;<br>#error_log  logs/error.log  info;<br><br>

#pid        logs/nginx.pid;<br><br><br>events {<br>    worker_connections  6000;<br>    use epoll;<br>}<br>http {<br>    include       mime.types;<br>    default_type  application/octet-stream;<br>    client_body_buffer_size 128K;<br>

    sendfile_max_chunk 128k;<br>    client_header_buffer_size 256k;<br>    large_client_header_buffers 4 256k;<br>    output_buffers 1 512k;<br>    server_tokens off; #Conceals nginx version<br>    #access_log  logs/access.log  main;<br>

    access_log off;<br>    sendfile        off;<br>    ignore_invalid_headers on;<br>    client_header_timeout  3m;<br>    client_body_timeout 3m;<br>    send_timeout     3m;<br>    keepalive_timeout  0;<br>    reset_timedout_connection on;<br>

<br></div>etc etc<br><br>}<br><br></div>These are the particular settings in my nginx.conf file. Please let me know if you want the rest of config.<br><div><div><br></div></div></div>
</blockquote></div><br></div>