Split location of the Wiki log file

This commit is contained in:
Naglfar 2021-09-28 16:21:34 +02:00
parent e6d2bd7cbe
commit a533a0bf69
1 changed files with 2 additions and 2 deletions

View File

@ -3,8 +3,8 @@
ServerName wiki.thunix.net ServerName wiki.thunix.net
ServerAlias wiki.thunix.tilde ServerAlias wiki.thunix.tilde
DocumentRoot /var/www/wiki.thunix.net DocumentRoot /var/www/wiki.thunix.net
ErrorLog ${APACHE_LOG_DIR}/error_wiki.log ErrorLog ${APACHE_LOG_DIR}/error.wiki.log
CustomLog ${APACHE_LOG_DIR}/access_wiki.log combined CustomLog ${APACHE_LOG_DIR}/access.wiki.log combined
<Directory /var/www/wiki.thunix.net> <Directory /var/www/wiki.thunix.net>
Options Indexes FollowSymLinks Options Indexes FollowSymLinks
AllowOverride All AllowOverride All