nginx 配置用户认证有两种方式: 1.auth_basic 本机认证,由ngx_http_auth_basic_module模块实现.配置段: http, server, location, limit_except 2.auth_request,由ngx_http_auth_request_module模块实现.配置段:http, server, location 第一种方式:yum -y install httpd-tools //安装 htpasswd 工具htpasswd -c /e