From a533a0bf69eac43bdf398ac81f7c2a3d19379da0 Mon Sep 17 00:00:00 2001 From: Naglfar Date: Tue, 28 Sep 2021 16:21:34 +0200 Subject: [PATCH] Split location of the Wiki log file --- .../files/etc/apache2/sites-available/wiki.thunix.net.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/roles/webserver/files/etc/apache2/sites-available/wiki.thunix.net.conf b/roles/webserver/files/etc/apache2/sites-available/wiki.thunix.net.conf index 90d7eb0..7c189a0 100644 --- a/roles/webserver/files/etc/apache2/sites-available/wiki.thunix.net.conf +++ b/roles/webserver/files/etc/apache2/sites-available/wiki.thunix.net.conf @@ -3,8 +3,8 @@ ServerName wiki.thunix.net ServerAlias wiki.thunix.tilde DocumentRoot /var/www/wiki.thunix.net - ErrorLog ${APACHE_LOG_DIR}/error_wiki.log - CustomLog ${APACHE_LOG_DIR}/access_wiki.log combined + ErrorLog ${APACHE_LOG_DIR}/error.wiki.log + CustomLog ${APACHE_LOG_DIR}/access.wiki.log combined Options Indexes FollowSymLinks AllowOverride All