有没有在基本授权中获取用户名/密码 nginx.conf 的功能?
谢谢。
您可以使用标准变量$remote_user ,这意味着基本身份验证提供的用户名。
http://nginx.org/en/docs/http/ngx_http_core_module.html#var_remote_user
使用 nginx 3rd-party 模块FRiCKLE/ngx_coolkit,您可以使用它$remote_passwd
来获取密码。和 nginx 核心有$remote_user
.