Fixed minor formatting error in mail/web/git server notes.
[website_subgeniuskitty.com] / data / notes / mail_web_git_server.md
index c298d14..95dce33 100644 (file)
@@ -52,10 +52,7 @@ etc in the examples.
   - Take a snapshot on Linode's backup service once the basic services are
     operational.
 
   - Take a snapshot on Linode's backup service once the basic services are
     operational.
 
-  - Delete old mail/web/git vservers after downloading a disk image.
-
-  - Setup log rotation, or at least make sure everything ties into whatever is
-    pre-configured on Debian for log rotation.
+  - Migrate mail server. Delete old linode vserver after downloading a disk image.
 
   - Finish this documentation.
 
 
   - Finish this documentation.
 
@@ -113,8 +110,8 @@ Install Apache2.
 
     apt-get install apache2
 
 
     apt-get install apache2
 
-If not already defined elsewhere, add a "ServerName 127.0.0.1" to the bottom of
-`/etc/apache2/apache2.conf`, or whatever is appropriate.
+If not already defined elsewhere, add a `ServerName 127.0.0.1` entry to the
+bottom of `/etc/apache2/apache2.conf`, or whatever is appropriate.
 
 Since we use `/srv` instead of `/var/www`, edit `/etc/apache2/apache2.conf` to
 comment out the `<Directory ...>` entry for `/var/www` and replace it with
 
 Since we use `/srv` instead of `/var/www`, edit `/etc/apache2/apache2.conf` to
 comment out the `<Directory ...>` entry for `/var/www` and replace it with