ansible-nginx-supervisor/templates/uwsgi/app_uwsgi.ini

9 lines
160 B
INI

[uwsgi]
socket = :{{ app_uwsgi_port }}
master = true
processes = 8
chdir = {{ app_root_path }}
virtualenv = {{ app_venv }}
module = {{ app_uwsgi_executable }}