15 lines
265 B
INI
15 lines
265 B
INI
[uwsgi]
|
|
# nginx
|
|
http=0.0.0.0:8001
|
|
chdir=/root/server/Autotest_Platform_Server
|
|
# wsgi manage ru kou
|
|
module=Autotest_Platform_Server.wsgi:application
|
|
# common
|
|
processes=1
|
|
threads=2
|
|
master=True
|
|
pidfile=uwsgi.pid
|
|
daemonize=uwsgi.log
|
|
disable-logging=False
|
|
vacuum = true
|