mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
link to config that exists, py3 in capture-wsgi.py, get systemd unit file for admin-console in place
This commit is contained in:
parent
e1962b5de6
commit
785c047d64
3 changed files with 15 additions and 20 deletions
|
@ -25,11 +25,4 @@
|
|||
- { src: "roles/nginx/templates/server.conf", dest: "/etc/nginx/" }
|
||||
- { src: "roles/nginx/templates/nginx.conf", dest: "/etc/nginx/" }
|
||||
- { src: 'roles/nginx/templates/ports.conf', dest: '/etc/{{ apache_service }}/' , mode: '0644' }
|
||||
- { src: 'roles/nginx/templates/uwsgi.service', dest: '/etc/systemd/system/' , mode: '0644' }
|
||||
|
||||
- name: Let uwsgi running as {{ apache_user }} write log files
|
||||
file:
|
||||
path: /var/log/uwsgi/app
|
||||
state: directory
|
||||
owner: "{{ apache_user }}"
|
||||
|
||||
- { src: 'roles/nginx/templates/uwsgi.unit', dest: '/etc/systemd/system/' , mode: '0644' }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue