ПРОЕКТЫ 


  АРХИВ 


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: Вопрос про flv-модуль


  • To: nginx-ru@xxxxxxxxx
  • Subject: Re: Вопрос про flv-модуль
  • From: Дмитрий Андреев <itskemko@xxxxxxxxx>
  • Date: Sun, 15 Nov 2009 00:49:36 +0300
  • Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=4aF7bEwT1RbT3LyxA8uTW5BYKwt2GFTz5CU3blctM8k=; b=YRGuQIeTyOW4Ri5JFcHvvHEeuawdiE5Xoft16pCZRf1XAQ8CLxLQVBmHImJTrm5mVZ WqOWVlOemL33InwEy1F6LNKMID/L+qtJo05I5V6qQ1DxZXYyVV7gJY3HXb2Otk322f7e rfdi7RhJM4AM2cjH0CbI8KMAcD40BJaLqHPSw=
  • Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=DHn8+v3nooWmJT4T9j5IJIGGL55Av+nOeBQ8GQNYyPaq7CsWlsQ3Gb6lu4hZc+YLh1 DuScNLcpKY1BApzxbjstNwAWd/HTia7quhQJ4Gg6ea3tyCzRuT/J+gS/38WA95iugK/I V/hiddOxZP9hnX5/feLn7+Xg1mGd+4NOwDwoM=
  • In-reply-to: <4AFF1CDF.7090609@xxxxxx>
  • References: <4AFF1CDF.7090609@xxxxxx>

может, вместо error_page переделать с использованием
http://sysoev.ru/nginx/docs/http/ngx_http_core_module.html#try_files ?

15 ноября 2009 г. 0:10 пользователь Андрей Василишин
<a.vasilishin@xxxxxx> написал:
>
> И чтоб два раза не вставать, на сколько работоспособна и правильна будет 
> конфигурация:
>
>        location /flv {
>               root   /var/www/storage1/;
>               internal;
>               flv;
>               output_buffers  1 1m;
>               sendfile        off;
>               set $limit_rate        1m;
>               error_page 404 = @flv2;
>        }
>         location @flv2 {
>               root   /var/www/storage2/;
>               internal;
>               flv;
>               output_buffers  1 1m;
>               sendfile        off;
>               set $limit_rate        1m;
>               error_page 404 = @flv3;
>        }
>         location @flv3 {
>               root   /var/www/storage4/;
>               internal;
>               flv;
>               output_buffers  1 1m;
>               sendfile        off;
>               set $limit_rate        1m;
>               error_page 404 = @flv4;
>        }
> ....
>
> То есть задача отыскать файл, если его все же нет, то вернуть not found.
>
> --
> WBR, Andrey Vasilishin CDIG1-UANIC, CDIG1-RIPE
>
>


 




Copyright © Lexa Software, 1996-2009.