mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
managed by /etc/logrotate.d/uwsgi
This commit is contained in:
parent
23582410a6
commit
e25604bc64
1 changed files with 0 additions and 6 deletions
|
@ -28,12 +28,6 @@
|
|||
- { src: 'roles/nginx/templates/nginx.conf.j2', dest: '/etc/nginx/nginx.conf' }
|
||||
- { src: 'roles/nginx/templates/ports.conf.j2', dest: '/etc/{{ apache_service }}/ports.conf' }
|
||||
|
||||
- name: Let uwsgi (running as {{ apache_user }}) write log files
|
||||
file:
|
||||
path: /var/log/uwsgi/app
|
||||
state: directory
|
||||
owner: "{{ apache_user }}"
|
||||
|
||||
- name: "Add 'nginx_installed: True' to {{ iiab_state_file }}"
|
||||
lineinfile:
|
||||
dest: "{{ iiab_state_file }}" # /etc/iiab/iiab_state.yml
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue