This commit is contained in:
Donavon McDowell 2023-06-26 13:49:12 -06:00
parent 4a344b5c69
commit 6c5b656193

View File

@ -296,7 +296,7 @@ DocumentRoot "/usr/local/apache2/htdocs"
# is requested. # is requested.
# #
<IfModule dir_module> <IfModule dir_module>
DirectoryIndex frontend/public/index.html DirectoryIndex /frontend/public/index.html
</IfModule> </IfModule>
# #