Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Re[2]: Rewrite в поддиректории
Направление понял вроде. Получилось:
location ~* "/project/files/([0-9]+)/((.{2}).+)" {
root /var/www/project/webroot/files;
try_files /$1/$2 /$1/$3/$2 =404;
}
И все работает. Спасибо за помощь.
Posted at Nginx Forum: http://forum.nginx.org/read.php?21,49825,49868#msg-49868
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|