Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: access module и rewrite
- To: nginx-ru@xxxxxxxxx
- Subject: Re: access module и rewrite
- From: Konstantin Belov <belov1985@xxxxxxxxx>
- Date: Wed, 24 Jun 2009 20:22:27 +0300
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=tJzrmxB3F1GKvZ2sbSmOpQ6SHWULgwRapzzgaDVtEuU=; b=wnMnhmcensKRRIvsdoQiEfYWSCGTbbeu8n1/LIP+i8OlJg1xENyZiDXKIsNYjkkUug wjQ0lZDRdSMum9h1txzBA7RoEF3GfAhTx6PwGtk/q5e5J3HAICZrNqRFZ9UOnqKho/yO pEUraahDxMmOcjoYLRQFG890rrQU0DHh9GGmg=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=CdGyIhUZBYmyqzuMgtC32a2Wbzim1j8HPan1y3Tkt4heNDSRolCRPNiFPAvrvIk4nV ejF9o5caPcH9rCZtL7i6q6ydHG6j5hFDEsz9tAndF8NgeNSpxmQ82IUXF4weo23L7ZQS 5D5O/M2dB0oy9QOSZnm9wrJn1DgpDujEcpumE=
- In-reply-to: <874ou5d25u.wl%catap@xxxxxxxx>
- References: <4A4252AE.4090604@xxxxxxxxx> <874ou5d25u.wl%catap@xxxxxxxx>
Kirill A. Korinskiy wrote:
At Wed, 24 Jun 2009 19:22:06 +0300,
Konstantin Belov <belov1985@xxxxxxxxx> wrote:
Конструкция:
location /registration {
deny all;
rewrite ^/ /url last;
}
в итоге реврайт срабатывает и ограничение доступа не работает :(
как быть?
http://catap.ru/blog/2009/05/27/nginx-phases-of-handling-http-request/
Cпасибо, это прояснило ситуацию :-)
|