From b989fcd386a65cc63b02f4a98dfb3dab39fe126c Mon Sep 17 00:00:00 2001 From: Aaron Taylor Date: Sun, 8 Nov 2020 03:01:26 -0800 Subject: [PATCH] Fixed minor formatting error in mail/web/git server notes. --- data/notes/mail_web_git_server.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/notes/mail_web_git_server.md b/data/notes/mail_web_git_server.md index de6f013..95dce33 100644 --- a/data/notes/mail_web_git_server.md +++ b/data/notes/mail_web_git_server.md @@ -110,8 +110,8 @@ 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 `` entry for `/var/www` and replace it with -- 2.20.1