Releases: Kwpolska/ansible-nginx-uwsgi
Releases · Kwpolska/ansible-nginx-uwsgi
v1.3
- Added
{{ appdata_dir }}
variable, instead of hardcoding {{ base_dir }}/appdata
.
v1.2
- Added
git_branch
and nginx_http_port
settings
git
Ansible module is used instead of calling git clone
by hand
v1.1
- Added
app_package
and app_callable
settings
- Modiifed
uwsgi_module
to use app_package
and app_callable
(no need to edit directly)
- Added
uwsgi_env
setting for environment variable support