Nginx中http_auth_basic的配置

1、auth_basic

Syntax: auth_basic string | off;
Default: auth_basic off;
Context: http, server, location, limit_except

2、auth_basic_user_file

Syntax: auth_basic_user_file file;
Default: —
Context: http, server, location, limit_except

举例:

auth_basic "who am i";
auth_basic_user_file passwd.db;

使用htpassword生成密码.

htpasswd -c /usr/local/nginx/passwd.db taisha
htpasswd /usr/local/nginx/passwd.db guohu

相关文章:

Nginx中http_auth_basic的配置》上有2条评论

  1. Pingback引用通告: Nginx Location配置总结 | 精彩每一天

  2. Pingback引用通告: Nginx中变量详解 | 精彩每一天

发表评论

电子邮件地址不会被公开。 必填项已用*标注

您可以使用这些HTML标签和属性: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>