diff --git a/roles/webserver/files/etc/apache2/sites-available/000-default-ssl.conf b/roles/webserver/files/etc/apache2/sites-available/000-default-ssl.conf index f0cb9e2..ee2fcf9 100644 --- a/roles/webserver/files/etc/apache2/sites-available/000-default-ssl.conf +++ b/roles/webserver/files/etc/apache2/sites-available/000-default-ssl.conf @@ -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 diff --git a/roles/webserver/files/etc/apache2/sites-available/000-default.conf b/roles/webserver/files/etc/apache2/sites-available/000-default.conf index 180dda8..339acf8 100644 --- a/roles/webserver/files/etc/apache2/sites-available/000-default.conf +++ b/roles/webserver/files/etc/apache2/sites-available/000-default.conf @@ -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