|
|
|
|
АРХИВ :: nginx-ru
|
Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
access module и rewrite
- To: nginx-ru@xxxxxxxxx
- Subject: access module и rewrite
- From: Konstantin Belov <belov1985@xxxxxxxxx>
- Date: Wed, 24 Jun 2009 19:22:06 +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:content-type :content-transfer-encoding; bh=USE1DQWFmn1cLTDxutVFiYA+HZ5cs9S3AbY3FpgOTF4=; b=MswHwxEpACuP7QEhCJmk21hiHJLmvxIJzdd5R1pN6cwRNLvuLJO6tfoJo5Z58Xjqap FF4C/b0L5ef0QUs/Qgwh9xf8Jhpy76304ARwoZcLaZKe505X7XgBXgleDShZWWH+bTV9 fbOSRGr/AMiUTpfDUgU8ACz1Dk/SIKeEBKI3U=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject :content-type:content-transfer-encoding; b=rRX+1tZHwblfhoNDbx8rabTj0H1ELI7j0EMiMCtr8rxekt9yuubBSqkMiaNTU770uc nSLQs2fQJg0ejLh0sEu7NA/dqLtLHYP8ZWhBQLcCksHrcBEHjTHfVOfnAWgcyxaidbfo SuOFJpvrx9fk6K3Kx/K1Be6zEKdLXLeDtmHfM=
Конструкция:
location /registration {
deny all;
rewrite ^/ /url last;
}
в итоге реврайт срабатывает и ограничение доступа не работает :(
как быть?
|
|
|