mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Merge pull request #343 from georgejhunt/log-location
sync from georgejhunt:log-location
This commit is contained in:
commit
58cea6f422
4 changed files with 24 additions and 9 deletions
|
|
@ -36,3 +36,15 @@
|
|||
src: "{{ doc_root }}/common/fonts"
|
||||
path: "{{ doc_root }}/common/webfonts"
|
||||
state: link
|
||||
|
||||
- name: Create log files which apache and nginx can write
|
||||
file:
|
||||
path: "{{ item }}"
|
||||
owner: www-data
|
||||
group: www-data
|
||||
mode: 0770
|
||||
state: directory
|
||||
with_items:
|
||||
- /var/log/apache2
|
||||
- "{{ nginx_log_dir }}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue