ngx_http_auth_basic_module
示例配置
location / {
auth_basic "closed site";
auth_basic_user_file conf/htpasswd;
}指令
auth_basic
auth_basic_user_file
原文档
Last updated
location / {
auth_basic "closed site";
auth_basic_user_file conf/htpasswd;
}Last updated
# comment
name1:password1
name2:password2:comment
name3:password3