Files
stacks-puppet-node/api/deployment/blockstack_api.ini
2018-01-16 14:40:49 -08:00

18 lines
249 B
INI

[uwsgi]
plugins = python
module = api.server:app
master = true
processes = 4
pcre-jit = true
manage-script-name = true
thunder-lock = on
enable-threads = true
listen = 128
http = 0.0.0.0:3000
vacuum = true
die-on-term = true
close-on-exec = true