mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-07 16:57:37 +08:00
19 lines
282 B
INI
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
|