mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-01 11:15:57 +00:00
20 lines
319 B
INI
20 lines
319 B
INI
[uwsgi]
|
|
|
|
socket = :3031
|
|
master = true
|
|
vassal-sos-backlog = 10
|
|
module = werkzeug.testapp:test_app
|
|
processes = 1
|
|
zerg-server = /tmp/broodlord.sock
|
|
disable-logging = true
|
|
|
|
|
|
[zerg]
|
|
zerg = /tmp/broodlord.sock
|
|
master = true
|
|
module = werkzeug.testapp:test_app
|
|
processes = 1
|
|
disable-logging = true
|
|
idle = 30
|
|
die-on-idle = true
|