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

scrapyd 设置访问密码

时间:2020-02-12 11:08:58      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:min   设置   ati   etc   启动   pre   html   name   list   

https://cuiqingcai.com/5445.html


 

 

安装 nginx

 

找到配置文件

find / -name nginx.conf

修改

http {
    server {
        listen 6801;
        location / {
            proxy_pass    http://127.0.0.1:6800/;
            auth_basic    "Restricted";
            auth_basic_user_file    /etc/nginx/conf.d/.htpasswd;
        }
    }
}

 

安装 htpasswd 

https://www.jianshu.com/p/f4120aa561cc

生成密码

在/etc/nginx/conf.d目录下 

htpasswd -c .htpasswd admin

启动 nginx

scrapyd 设置访问密码

标签:min   设置   ati   etc   启动   pre   html   name   list   

原文地址:https://www.cnblogs.com/angdh/p/12298000.html

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