[uwsgi]
|
|
# TODO: use ccoket and uwsgi_pass from nginx
|
|
#socket = 0.0.0.0:9090
|
|
http = 0.0.0.0:9090
|
|
callable = api
|
|
wsgi-file = sample.py
|
|
processes = 4
|
|
threads = 2
|
|
stats = 127.0.0.1:9191
|
|
|