auth_basic error nginx: [emerg] "auth_basic" directive is not allowed here in
shambler81
nginx-forum at nginx.us
Wed Oct 15 12:51:43 UTC 2014
правильно ли я поимю чо нуно что-то вроде ?
set $true1
if ($http_host ~* "^(dev|www.dev)\..*\..{2,8}$"){
auth_basic "Unauthorized";
}
set $true2
if ($http_host ~* "^(dev|www.dev)\..*\..{2,8}$"){
auth_basic_user_file /var/www/dev_htpasswd;
}
.....
location / {
...
$true1
$true1
}
Posted at Nginx Forum: http://forum.nginx.org/read.php?21,253994,253999#msg-253999
Подробная информация о списке рассылки nginx-ru