Buffering stopped after 3minutes

shahzaib shahzaib shahzaib.cb at gmail.com
Sun Apr 14 14:21:51 UTC 2013


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


On Sat, Apr 13, 2013 at 7:24 PM, shahzaib shahzaib <shahzaib.cb at gmail.com>wrote:

> 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 http://nginx.org/download/. Please check my nginx.conf file may be there's some wrong settings there
> :-
>
> user  nginx;
> worker_processes  8;
> worker_rlimit_nofile 300000; #2 filehandlers for each connection
> #error_log  logs/error.log;
> #error_log  logs/error.log  notice;
> #error_log  logs/error.log  info;
>
> #pid        logs/nginx.pid;
>
>
> events {
>     worker_connections  6000;
>     use epoll;
> }
> http {
>     include       mime.types;
>     default_type  application/octet-stream;
>     client_body_buffer_size 128K;
>     sendfile_max_chunk 128k;
>     client_header_buffer_size 256k;
>     large_client_header_buffers 4 256k;
>     output_buffers 1 512k;
>     server_tokens off; #Conceals nginx version
>     #access_log  logs/access.log  main;
>     access_log off;
>     sendfile        off;
>     ignore_invalid_headers on;
>     client_header_timeout  3m;
>     client_body_timeout 3m;
>     send_timeout     3m;
>     keepalive_timeout  0;
>     reset_timedout_connection on;
>
> etc etc
>
> }
>
> These are the particular settings in my nginx.conf file. Please let me
> know if you want the rest of config.
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20130414/d25bfc98/attachment.html>


More information about the nginx mailing list