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