Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Помогите преобразовать apache рул с куки
01.07.10, 15:51, "ShivaS" <nginx-forum@xxxxxxxx>:
> Я никак не могу преобразовать
> следующий apache рул в nginx:
>
> RewriteRule ^/id=([0-9])(&lаng=((de)|(es)|(fr)))?$ -
> [CO=id:$1:.domain.com:525600:/]
> RewriteRule ^/id=([0-9])(&lаng=((de)|(es)|(fr)))?$
> http://download.domain.com/$1/FileName$3.exe [R,L]
>
location ~ ^/id=(?<id>[0-9])(&lang=(?<lang>de|es|fr))?$ {
try_files /$id/FileName$lang.exe =404;
}
> Помогите пожалуйста.
> Буду премного благодарен!
>
> Алекс
>
> Posted at Nginx Forum:
> http://forum.nginx.org/read.php?21,104254,104254#msg-104254
>
>
> _______________________________________________
> nginx-ru mailing list
> nginx-ru@xxxxxxxxx
> http://nginx.org/mailman/listinfo/nginx-ru
>
>
--
br, Denis F. Latypoff.
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|