8 lines
106 B
INI
8 lines
106 B
INI
[uwsgi]
|
|
http = :8000
|
|
module = mumui.wsgi:application
|
|
master = True
|
|
processes = 4
|
|
threads = 2
|
|
chdir = /app
|