# django.ini file [uwsgi] # master master = true # maximum number of processes processes = 3 # the socket (use the full path to be safe) socket = /tmp/uwsgi.sock # with appropriate permissions - *may* be needed chmod-socket = 664 # 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 =32768 plugin=python limit-as = 2048 # clear environment on exit vacuum = true