[uwsgi] binary-path = /opt/h0v1n8-website-env/bin/uwsgi # Django-related settings # the base directory (full path) chdir = /opt/h0v1n8-website-env/website # Django's wsgi file module = website.wsgi # the virtualenv (full path) home = /opt/h0v1n8-website-env/ # process-related settings # master master = true # maximum number of worker processes processes = 10 # the socket (use the full path to be safe socket = /opt/h0v1n8-website-env/website/website.sock # ... with appropriate permissions - may be needed chmod-socket = 666 # clear environment on exit vacuum = true