Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Помогите сконверти ровать 2 строчки из htaccess
On Fri, Oct 30, 2009 at 03:35:16AM +0300, Sergey Shepelev wrote:
> Возможно, не самый лучший вариант:
>
> location ~ \.(jpg|jpeg|gif|png)$ {
> root /path;
> try_files $uri @convert;
> }
>
> location @convert {
> fastcgi_pass ...
> }
Да, примерно так. Или так:
location ~ \.(jpg|jpeg|gif|png)$ {
root /path;
try_files $uri /convert.php;
}
> 2009/10/30 pilot911 <nginx-forum@xxxxxxxx>:
> > насколько это правильный вариант:
> >
> > rewrite \.(jpg|jpeg|gif|png)$ /convert.php last;
--
Игорь Сысоев
http://sysoev.ru
|