vod-rtmp/config/frontend/uwsgi.ini

11 lines
159 B
INI

[uwsgi]
master = true
socket = 0.0.0.0:5001
lazy-apps = true
processes = 4
threads = 2
protocol = http
wsgi-file = app.py
callable = web
offload-threads = 4