Updated link

This commit is contained in:
Donavon McDowell 2023-06-26 13:45:54 -06:00
parent f342dab9fd
commit 4a344b5c69

View File

@ -229,7 +229,7 @@ Group www-data
# e-mailed. This address appears on some server-generated pages, such # e-mailed. This address appears on some server-generated pages, such
# as error documents. e.g. admin@your-domain.com # 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. # ServerName gives the name and port that the server uses to identify itself.
@ -296,7 +296,7 @@ DocumentRoot "/usr/local/apache2/htdocs"
# is requested. # is requested.
# #
<IfModule dir_module> <IfModule dir_module>
DirectoryIndex index.html DirectoryIndex frontend/public/index.html
</IfModule> </IfModule>
# #