然后访问ip:5000试试如果不能访问,看看防火墙是否开了5000端口?
以上都是基本的安装。修改域名config.py中:
-`domain`:是你的网站域名,用于显示在前端-`mm2`:恋恋影视的最新域名-`porn91`:91porn的域名如果你需要使用MySQL修改config.py:注释第六行-->第五行开头#去掉,修改user、passwd、database
配置自启动修改supervisord.conf,将directory修改为脚本根目录echo"supervisord-c网站根目录/supervisord.conf">>/etc/rc.d/rc.localchmod+x/etc/rc.d/rc.local配置nginx修改nginx配置文件,添加server
server{listen80;server_namet.v4s0.us;#域名charsetutf-8;access_log/www/wwwlogs/t.v4s0.us.log;location/{proxy_passhttps://127.0.0.1:5000;proxy_redirectoff;proxy_set_headerHost$host:80;proxy_set_headerX-Real-IP$remote_addr;proxy_set_headerX-Forwarded-For$proxy_add_x_forwarded_for;}location/(images|javascript|js|css|flash|media|static)/{root/root/tumblr_clawer/app/static;#目录修改好expires1d;}#error_page404/404.html;#redirectservererrorpagestothestaticpage/50x.html#error_page500502503504/50x.html;location=/50x.html{roothtml;}}2018-01-30更新支持Tumblr导出视频和图片
2018-02-04更新新增微博批量解析优化爬虫上线1.0反爬虫策略
评论