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