Welcome! Log In Create A New Profile

Advanced

Re: Buffering stopped after 3minutes

April 13, 2013 10:26AM
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.
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

Buffering stopped after 3minutes

shahzaib1232 April 13, 2013 08:48AM

RE: Buffering stopped after 3minutes

Lukas Tribus April 13, 2013 10:18AM

Re: Buffering stopped after 3minutes

shahzaib1232 April 13, 2013 10:26AM

Re: Buffering stopped after 3minutes

shahzaib1232 April 14, 2013 10:24AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 147
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready