mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-08 16:59:35 +08:00
18 lines
265 B
INI
18 lines
265 B
INI
[uwsgi]
|
|
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
|