店播爬取Python脚本

config.ini 517B

1234567891011121314151617181920
  1. [uwsgi]
  2. socket=127.0.0.1:58995
  3. http=:8995
  4. #虚拟环境中的目录,这里env后边不要/bin
  5. ;home=/mnt/ks_barrage/env
  6. #启动的文件
  7. chdir=/mnt/ks_barrage
  8. wsgi-file=barrage_token_server.py
  9. # python 程序内用以启动的 application 变量名,不加callable=app,访问时报服务器错误Internal Server Error
  10. callable=app
  11. # 处理器数
  12. processes=4
  13. # 线程数
  14. threads=8
  15. buffer-size=32768
  16. master = true
  17. stats=%(chdir)/uwsgi/uwsgi.status
  18. pidfile=%(chdir)/uwsgi/uwsgi.pid
  19. daemonize=%(chdir)/uwsgi/uwsgi.log