Files
stacks-puppet-node/api/nginx/blockstack_api.ini
Valentin Sundermann 4ec1779b6e Add explicitely Python to uwsgi config
because non-pip versions seems to need that :x
2017-08-22 22:08:43 +02:00

19 lines
282 B
INI

[uwsgi]
plugins = python
module = api.server:app
master = true
processes = 9
pcre-jit = true
manage-script-name = true
thunder-lock = on
enable-threads = true
listen = 128
socket = /tmp/blockstack_api.sock
chmod-socket = 660
vacuum = true
die-on-term = true
close-on-exec = true