Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Модуль ngx http access module
- To: nginx-ru@xxxxxxxxx
- Subject: Модуль ngx http access module
- From: "Gurd" <nginx-forum@xxxxxxxx>
- Date: Wed, 14 Aug 2013 13:43:36 -0400
- Dkim-signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=helium.jlkhosting.com; s=x; h=Date:Sender:From:Message-ID:Content-Transfer-Encoding:Content-Type:Subject:To; bh=d4VNe8AxQAmlJqo47J71eb4yDqxBOZfmdv6RO1GLHL0=; b=GiijUZF+BORhRCxCxqXu0IrSENkbmvfyJLZhZ2gTmCVV8eR5CJZVfKqf5hxto/oJS7h+zEw0A1dlrupG6egEYKLQNJ1O9BTgOrVzUUck6qNAlD0XxnmzLUpAZu2vtXU00beZXfZB0V35xcduvgT8TRmJJ4MbjDfzYRmj0+LvZ1w=;
Здравствуйте!
Модуль ngx_http_access_module
location / {
deny 192.168.1.1;
allow 192.168.1.0/24;
allow 10.1.1.0/16;
allow 2001:0db8::/32;
deny all;
}
Подскажите, пожалуйста, можно ли как-то получить флаг или переменную,
срабатывания правила, запрещённой сети?
Что-то типа:
if ($deny_ip)
proxy_set_header Allow-Piring '1';
Posted at Nginx Forum:
http://forum.nginx.org/read.php?21,241859,241859#msg-241859
_______________________________________________
nginx-ru mailing list
nginx-ru@xxxxxxxxx
http://mailman.nginx.org/mailman/listinfo/nginx-ru
|