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

Denis F. Latypoff latypoff at yandex.ru
Mon Jan 15 15:26:10 MSK 2007


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 at yandex.ru






More information about the nginx-ru mailing list