mirror of
https://github.com/RobbieHan/sandboxMP.git
synced 2026-02-03 02:43:14 +08:00
12 lines
257 B
INI
12 lines
257 B
INI
[uwsgi]
|
|
#http = 172.16.3.200:9000
|
|
socket = 127.0.0.1:9000
|
|
chdir = /opt/app/sandboxMP
|
|
module = sandboxMP.wsgi
|
|
#static-map=/static=/opt/app/sandboxMP/static
|
|
#daemonize =/var/log/uwsgi.log
|
|
master = Ture
|
|
vacuum = True
|
|
processes = 4
|
|
threads = 2
|
|
buffer-size=32768 |