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

Sergey Shepelev temotor at gmail.com
Fri Oct 30 03:35:16 MSK 2009


Возможно, не самый лучший вариант:

location ~ \.(jpg|jpeg|gif|png)$ {
  root /path;
  try_files $uri @convert;
}

location @convert {
  fastcgi_pass ...
}

2009/10/30 pilot911 <nginx-forum at nginx.us>:
> насколько это правильный вариант:
>
> rewrite \.(jpg|jpeg|gif|png)$ /convert.php last;
>
> Posted at Nginx Forum: http://forum.nginx.org/read.php?21,18123,18127#msg-18127
>
>
>


More information about the nginx-ru mailing list