2015-01-13 22:45:07 -05:00
|
|
|
[uwsgi]
|
2015-01-21 09:05:19 -05:00
|
|
|
socket = :{{ app_uwsgi_port }}
|
2015-01-13 22:45:07 -05:00
|
|
|
master = true
|
|
|
|
processes = 8
|
|
|
|
|
2015-01-21 09:05:19 -05:00
|
|
|
chdir = {{ app_root_path }}
|
2015-01-13 22:45:07 -05:00
|
|
|
virtualenv = {{ app_venv }}
|
2015-01-21 09:05:19 -05:00
|
|
|
module = {{ app_uwsgi_executable }}
|