Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Не добивается try_files
Hello!
On Tue, Jan 26, 2010 at 02:31:36PM +0300, J Channel wrote:
> Почему-то не работает такая конструкция:
>
> location ~ ^/book/(vc/xml/spo_xml|xml\.jsp) {
> if ( $arg_spo ~ "^[\d]+([\d]{2})([\d])$" ) {
> set $ff $1;
> set $ss $2;
> }
> try_files /opt/xmlgate/cache/$ss/$ff/$arg_spo @tom;
> }
Я уже объяснил в irc, так что just for the record:
http://wiki.nginx.org/IfIsEvil
третий по счёту пример
Решение - выносить if на уровень server или делать в нём переход в
другой location через return/rewrite ... last (и уже в другом
location'е делать try_files).
Maxim Dounin
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://nginx.org/mailman/listinfo/nginx-ru
|