Nginx-ru mailing list archive (nginx-ru@sysoev.ru)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
отмена auth для location
Hello nginx-ru,
что-то не выходит у меня "каменный цветок":
server {
auth_basic "closed site";
auth_basic_user_file /etc/nagios/htpasswd.users;
location / {
}
location /foo {
auth_basic off;
}
}
при запросе на /foo все равно хочет пароля
--
Best regards,
Andrew mailto:sitnikov@xxxxxxxxxx
|