Tidying up as we move away from olinda
authorAlex Dehnert <alex@dehnerts.com>
Mon, 17 Jul 2023 03:21:16 +0000 (03:21 +0000)
committerAlex Dehnert <alex@dehnerts.com>
Mon, 17 Jul 2023 03:21:16 +0000 (03:21 +0000)
sites-common/default

index 0450314534b7defcfad287f6223538606e85d480..9171a6cb6b7307c511e31c74767fe49749ccfa57 100644 (file)
@@ -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
 <Directory />
@@ -32,13 +32,13 @@ Alias /roundcube /var/lib/roundcube
        Require group roundcube
 </Directory>
 
-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/"
 <Directory "/usr/share/doc/">