Помогите сконвертировать 2 строчки из htaccess

Igor Sysoev is at rambler-co.ru
Fri Oct 30 09:00:21 MSK 2009


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 at nginx.us>:
> > насколько это правильный вариант:
> >
> > rewrite \.(jpg|jpeg|gif|png)$ /convert.php last;


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





More information about the nginx-ru mailing list