Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Не работает rewrite-модуль
- To: nginx-ru@xxxxxxxxx
- Subject: Re: Не работает rewrite-модуль
- From: "aaaa5" <nginx-forum@xxxxxxxx>
- Date: Wed, 09 Jan 2013 00:45:04 -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=zUrI3PPIHD5zWNWyD6/B1oPown4/itWpAVTCf6TBWxk=; b=CVdxSaQxbe3pFLai3ayGOR9LplEZFKUEVrYhz6/4Q1AwNtsvlrLusNBwHWTllQe2aqWcxBQwAHEP3O0fV3zCqWcanvBxEggws63DP+tDJlETC5OztaaSeoAryAA2vRtq;
- In-reply-to: <20130108234424.GI73378@mdounin.ru>
- References: <20130108234424.GI73378@mdounin.ru>
Здравствуйте. Вот мой rewrite location:
location ~/loc1(.*)$ {
rewrite ^/loc1(.*)$ http://127.0.0.1:2222/loc1/$1 break;
}
server {
listen 2222;
....
}
в старой системе на старом nginx'e всё работало. После переустановки
перестало. Да и http://127.0.0.1 как-то не совсем понятно, он-то чем не
угодил same origin policy
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,234801,234819#msg-234819
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|