ПРОЕКТЫ 


  АРХИВ 


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: nginx-0.5.5 config



On Mon, 25 Dec 2006, Modus operandi Design wrote:

насколько будет работоспособна и быстра такая конфигурация для отдачи
всей статики?

Если суммарный размер всех отдаваемых файлов меньше физической памяти
сервера, то будет быстро.

worker_processes 1;
events {
worker_connections 1024;
}
http {
include conf/mime.types;
default_type application/octet-stream;
log_format main '$remote_addr - $remote_user [$time_local] $status '
'"$request" $body_bytes_sent "$http_referer" '
'"$http_user_agent" "$http_x_forwarded_for"';
access_log /dev/null;
tcp_nopush on;
keepalive_timeout 15;
server {
listen ваш_ip:80;
root /../..;
}
}

"root /../..;" - это то же самое, что и "root /;"


Игорь Сысоев
http://sysoev.ru



 




Copyright © Lexa Software, 1996-2009.