Disable Apache logging

This commit is contained in:
Alex Kotov 2020-07-15 01:54:52 +05:00
parent 0de4e829c5
commit 0b5f3b5604
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 5 additions and 0 deletions

View File

@ -34,6 +34,11 @@
line: 'Options FollowSymLinks'
notify: common | Restart Apache
- name: Disable Apache logging
file:
state: absent
path: '{{ common__apache__conf_enabled_dir }}/other-vhosts-access-log.conf'
- name: Install Apache log config
copy:
src: 'files/apache/syslog.conf'