ngx_http_auth_basic_module + ngx_http_access_module

Igor Sysoev is at rambler-co.ru
Sat Jan 17 16:24:15 MSK 2009


On Sat, Jan 17, 2009 at 04:17:11PM +0300, Siava wrote:

> Добрый день.
> В Apache очень хорошо работает следующая конструкция, позволяющая 
> запоролить доступ к каталогу всем, кроме указанных IP адресов (в примере 
> это 127.0.0.1).
> 
> <Directory /path/to/dir>
> AuthUserFile /path/.htpassw
> AuthGroupFile /dev/null
> AuthName "Access to my page"
> AuthType Basic
> require user username
> Order deny,allow
> Deny froma all
> Allow from 127.0.0.1
> satisfy any
> </Directory>
> 
> А как сделать подобное с помощью ngx_http_auth_basic_module и 
> ngx_http_access_module?

http://sysoev.ru/nginx/docs/http/ngx_http_core_module.html#satisfy


-- 
Игорь Сысоев
http://sysoev.ru





More information about the nginx-ru mailing list