14 lines
222 B
INI
14 lines
222 B
INI
[uwsgi]
|
|
|
|
master = true
|
|
workers = 3
|
|
threads = true
|
|
vacuum=true
|
|
|
|
wsgi-file = foobar.py
|
|
socket=127.0.0.1:9029
|
|
|
|
stats-server=run/appX_stats.sock
|
|
|
|
subscribe2=addr=127.0.0.1:9028,key=appX.pikesquares.local,server=127.0.0.1:9701
|