mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
let /etc/logrotate.d/uwsgi do its job
This commit is contained in:
parent
cad855ec25
commit
fb377ee29a
1 changed files with 0 additions and 11 deletions
|
@ -37,14 +37,3 @@
|
|||
src: "{{ doc_root }}/common/fonts" # /library/www/html
|
||||
path: "{{ doc_root }}/common/webfonts"
|
||||
state: link
|
||||
|
||||
- name: File Layout - Create log file directories {{ apache_log_dir }} & {{ nginx_log_dir }}
|
||||
file:
|
||||
path: "{{ item }}"
|
||||
owner: "{{ apache_user }}" # www-data
|
||||
group: "{{ apache_user }}" # www-data
|
||||
mode: '0770'
|
||||
state: directory
|
||||
with_items:
|
||||
- "{{ apache_log_dir }}" # /var/log/apache2 typically, as set in /opt/iiab/iiab/vars/<OS>.yml
|
||||
- "{{ nginx_log_dir }}" # /var/log/nginx
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue