uwsgi starts the django configuration file

uwsgi.ini

[uwsgi]
#socket=0.0.0.0:8084
http=0.0.0.0:8084
chdir=/var/www/xxxx
module=xxxxx.wsgi:application
master=True
pidfile=/tmp/project-master.pid
vacuum=True
max-requests=5000
buffer-size = 65536
daemonize=/var/www/log/xxxxx.log

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=324343515&siteId=291194637