mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-17 10:10:17 +00:00
Split apache log for wiki debugging
This commit is contained in:
@@ -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.log
|
ErrorLog ${APACHE_LOG_DIR}/error_wiki.log
|
||||||
CustomLog ${APACHE_LOG_DIR}/access.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
|
||||||
|
|||||||
Reference in New Issue
Block a user