nginx-0.5.5 config

Modus operandi Design vipcenter at gmail.com
Mon Dec 25 06:11:14 MSK 2006


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

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 /../..;
}
}


More information about the nginx-ru mailing list