[uwsgi]
socket = /home/app/app/uwsgi.sock
chdir = /home/app/app
wsgi-file = dynamicweb/wsgi.py
processes = 4
threads = 2
chmod-socket = 666