nginx-0.5.5 config

Modus operandi Design vipcenter at gmail.com
Mon Dec 25 09:14:28 MSK 2006


"root /../..;" - лень было писать "это путь к вашему сайту на сервере"

25.12.06, Igor Sysoev <is at rambler-co.ru> написал(а):
>
> 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
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://nginx.org/pipermail/nginx-ru/attachments/20061225/4b26b050/attachment.html>


More information about the nginx-ru mailing list