Buffering stopped after 3minutes

shahzaib shahzaib shahzaib.cb at gmail.com
Sat Apr 13 14:24:33 UTC 2013


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/20130413/8a82496f/attachment.html>


More information about the nginx mailing list