Skip to content

请教作者:api后续版本是否支持设定nginx基础密码认证? #17

Description

@georgeent

感谢作者的辛勤付出。
请教:
api中 是否后续版本会有接口添加/删除安全类访问控制参数,
比如:实现auth_basic_user_file类似的效果?
location / {
try_files $uri $uri/ =404;
auth_basic "Restricted Content";
auth_basic_user_file /etc/nginx/.htpasswd;
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions