Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: rewrite location in the middle of the path
- To: nginx-ru@xxxxxxxxx
- Subject: Re: rewrite location in the middle of the path
- From: "nrsk" <nginx-forum@xxxxxxxx>
- Date: Mon, 03 Dec 2012 02:46:26 -0500
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=tigger.jlkhosting.com; s=x; h=Date:Sender:From:References:In-Reply-To:Message-ID:Content-Transfer-Encoding:Content-Type:Subject:To; bh=usE7dfHU7Rp8Jrf//FRsXE1oKvEl/VUT/5Crf3Fn+NI=; b=OFFyJZCbFKglXqg53pcHxCIpejbeEDMmz24RvRn8NZ4Ea3dFa7qGopU4YH00jXCUOxiYNu52AW6g1F+V75PIdktR63ALS74DW0d/xtefldrUMoVcOiFr79kv4IqIF0yu;
- In-reply-to: <20121201202916.GB11062@external.screwed.box>
- References: <20121201202916.GB11062@external.screwed.box>
Да, regExp отработал так, как нужно, возникли проблемы с root путем, но это
решила с помощью символической ссылки, а с самим регулярным выражением
проблем нет, преобразовывает все правильно:
location /my-context/ {
rewrite ^/my-context/([0-9]+)/(.*)$ /folder/folder/$1_$2/ permanent;
}
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,233437,233478#msg-233478
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|