8 lines
151 B
INI
8 lines
151 B
INI
[uwsgi]
|
|
master=true
|
|
processes=1
|
|
http=:4000
|
|
module=woodwind.wsgi
|
|
import=timers
|
|
attach-daemon=rqworker
|
|
attach-daemon=python -m woodwind.websocket_server
|