Fixed minor formatting error in mail/web/git server notes.
authorAaron Taylor <ataylor@subgeniuskitty.com>
Sun, 8 Nov 2020 11:01:26 +0000 (03:01 -0800)
committerAaron Taylor <ataylor@subgeniuskitty.com>
Sun, 8 Nov 2020 11:01:26 +0000 (03:01 -0800)
data/notes/mail_web_git_server.md

index de6f013..95dce33 100644 (file)
@@ -110,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