在你使用pyspider的時候,直接登入localhost:5000端口,很容易被別人看到自己的項目,需要加密
加密方法(彈窗認證):
打開終端:cat db.json
修改文件: 加入自己的賬號密碼:
{
"webui":{
"user_name":"user",
"password":"password",
"need-anth":true
}
}
問題解決!!
在你使用pyspider的時候,直接登入localhost:5000端口,很容易被別人看到自己的項目,需要加密
打開終端:cat db.json
修改文件: 加入自己的賬號密碼:
{
"webui":{
"user_name":"user",
"password":"password",
"need-anth":true
}
}
問題解決!!