Rename apache default logs

This commit is contained in:
Naglfar 2021-12-26 13:14:57 +01:00
parent 9e1b8f2388
commit 8fc5fc0204
2 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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