# django.ini file
[uwsgi]

plugin = python
# maximum number of processes
processes   = 4
max-requests = 5000
enable-threads = true
# the socket (use the full path to be safe)
uid = http 
gid = http

socket = /run/uwsgi/uwsgi.sock
chmod-socket = 664
chown-socket = http:http

# the base directory
chdir = /home/lxf/apps/luxagraf

# django's wsgi file
module = config.wsgi
# the virtualenv
home = /home/lxf/apps/luxagraf/venv

buffer-size =65535
#plugin=python
limit-as = 1024
limit-post = 0
# clear environment on exit
vacuum = true
logto = /var/log/uwsgi/test.log