码迷,mamicode.com
首页 > 其他好文 > 详细

nginx篇最初级用法之访问认证

时间:2019-10-03 11:05:42      阅读:78      评论:0      收藏:0      [点我收藏+]

标签:conf   输入   bsp   安装   htpasswd   提示信息   httpd   class   tool   

1打开conf下的配置文件

在server 之下 location 之上加入

auth_basic "Input Password:";    弹出的提示信息

auth_basic_user_file "/usr/local/nginx/pass";    认证的密码文件

2.使用htpasswd生成相应的密码文件(需要安装httpd-tools包).

htpasswd -c /usr/local/nginx/pass lqinghua

输入两次密码即可

nginx篇最初级用法之访问认证

标签:conf   输入   bsp   安装   htpasswd   提示信息   httpd   class   tool   

原文地址:https://www.cnblogs.com/lqinghua/p/11619049.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!