ПРОЕКТЫ 


  АРХИВ 


Apache-Talk @lexa.ru 

Inet-Admins @info.east.ru 

Filmscanners @halftone.co.uk 

Security-alerts @yandex-team.ru 

nginx-ru @sysoev.ru 


  СТАТЬИ 


  ПЕРСОНАЛЬНОЕ 


  ПРОГРАММЫ 



ПИШИТЕ
ПИСЬМА












     АРХИВ :: nginx-ru
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re[2]:  Скорость отдачи файлов



Hello AleXXX,

Monday, January 15, 2007, 6:13:35 PM, you wrote:

> Вот, если кому интересно, ой конфиг, сайт отдает постоянно 70-80мбит с
> тормозного IDE диска (mults.spb.ru), кое-что лишнее вырезал:

> worker_processes  1;

> worker_rlimit_nofile 10240;
> worker_rlimit_sigpending 32768;

> events {
>     worker_connections  20480;
>     use epoll;

use kqueue instead epoll since you are in bsd

> }

> http {

>     limit_zone   one  $binary_remote_addr  10m;
>     limit_conn   one  10;

>     client_header_timeout  60;
>     client_body_timeout    60;
>     send_timeout           120;

>     client_header_buffer_size    4k;
>     large_client_header_buffers  16 8k;

>     sendfile       on;
>     tcp_nopush     on;
>     tcp_nodelay    on;

>     output_buffers   32 256k;
>     postpone_output  1460;

>     lingering_time     30;
>     lingering_timeout  6;
>     reset_timedout_connection  on;

>     keepalive_timeout  20;
>     optimize_server_names on;

> ...




-- 
Best regards,
 Denis Latypoff                          mailto:latypoff@xxxxxxxxx




 




Copyright © Lexa Software, 1996-2009.