From 4a344b5c6901efe9bfe104fd12f580f2113aacce Mon Sep 17 00:00:00 2001 From: dmcdowell Date: Mon, 26 Jun 2023 13:45:54 -0600 Subject: [PATCH] Updated link --- my-httpd.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/my-httpd.conf b/my-httpd.conf index 1ccfb02..d966c97 100644 --- a/my-httpd.conf +++ b/my-httpd.conf @@ -229,7 +229,7 @@ Group www-data # e-mailed. This address appears on some server-generated pages, such # as error documents. e.g. admin@your-domain.com # -ServerAdmin you@example.com +ServerAdmin dmcdowell@mpe.ca # # ServerName gives the name and port that the server uses to identify itself. @@ -296,7 +296,7 @@ DocumentRoot "/usr/local/apache2/htdocs" # is requested. # - DirectoryIndex index.html + DirectoryIndex frontend/public/index.html #