From 0333f24bfc40dcb9fde9d364aa398831ae9d91db Mon Sep 17 00:00:00 2001 From: Alex Dehnert Date: Mon, 17 Jul 2023 03:21:16 +0000 Subject: [PATCH] Tidying up as we move away from olinda --- sites-common/default | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sites-common/default b/sites-common/default index 0450314..9171a6c 100644 --- a/sites-common/default +++ b/sites-common/default @@ -1,6 +1,6 @@ ServerAdmin webmaster@dehnerts.com ServerName olinda.mit.edu -ServerAlias svn.dehnerts.com svn.dehnert.arctic.org www.dehnerts.com www.dehnert.arctic.org +ServerAlias www.dehnerts.com www.dehnert.arctic.org DocumentRoot /var/www/default @@ -32,13 +32,13 @@ Alias /roundcube /var/lib/roundcube Require group roundcube -ErrorLog ${APACHE_LOG_DIR}/error.olinda.log +ErrorLog ${APACHE_LOG_DIR}/error.log # Possible values include: debug, info, notice, warn, error, crit, # alert, emerg. LogLevel warn -CustomLog ${APACHE_LOG_DIR}/access.olinda.log combined +CustomLog ${APACHE_LOG_DIR}/access.log combined Alias /doc/ "/usr/share/doc/" -- 2.34.1