mirror of
https://github.com/alexgo-io/stacks-puppet-node.git
synced 2026-04-06 08:51:03 +08:00
18 lines
249 B
INI
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
|