mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-01-24 13:40:17 +00:00
Rename apache default logs
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
# modules, e.g.
|
||||
#LogLevel info ssl:warn
|
||||
|
||||
ErrorLog ${APACHE_LOG_DIR}/error-000-default.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access-000-default.log combined
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.000-default.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access.000-default.log combined
|
||||
|
||||
# For most configuration files from conf-available/, which are
|
||||
# enabled or disabled at a global level, it is possible to
|
||||
|
||||
@@ -17,8 +17,8 @@
|
||||
# modules, e.g.
|
||||
#LogLevel info ssl:warn
|
||||
|
||||
ErrorLog ${APACHE_LOG_DIR}/error-000-default.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access-000-default.log combined
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.000-default.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access.000-default.log combined
|
||||
|
||||
# For most configuration files from conf-available/, which are
|
||||
# enabled or disabled at a global level, it is possible to
|
||||
|
||||
Reference in New Issue
Block a user