We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
感谢作者的辛勤付出。 请教: api中 是否后续版本会有接口添加/删除安全类访问控制参数, 比如:实现auth_basic_user_file类似的效果? location / { try_files $uri $uri/ =404; auth_basic "Restricted Content"; auth_basic_user_file /etc/nginx/.htpasswd; }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
感谢作者的辛勤付出。
请教:
api中 是否后续版本会有接口添加/删除安全类访问控制参数,
比如:实现auth_basic_user_file类似的效果?
location / {
try_files $uri $uri/ =404;
auth_basic "Restricted Content";
auth_basic_user_file /etc/nginx/.htpasswd;
}
The text was updated successfully, but these errors were encountered: