1111
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
[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
|
||||
Reference in New Issue
Block a user