excuse me, how does the pyspider, running on the centos7.2 server open webui? through the public network IP?
config is written like this
{
"scheduler" : {
"xmlrpc-host": "0.0.0.0",
"delete-time": 3600
},
"webui": {
"port": 5555,
"username": "admin",
"password": "admin",
"need-auth": true
}
}