[uwsgi]
socket = :{{ uwsgi_port }}
master = true
processes = 8
chdir = {{ app_home }}
virtualenv = {{ app_venv }}
module = {{ uwsgi_app_executable }}