Files
stacks-puppet-node/api/nginx/blockstack_api.ini

16 lines
223 B
INI

[uwsgi]
module = wsgi
master = true
processes = 9
pcre-jit = true
thunder-lock = on
enable-threads = true
listen = 128
socket = blockstack_api.sock
chmod-socket = 660
vacuum = true
die-on-term = true
close-on-exec = true