diff --git a/config/apache-localhost.conf b/config/apache-localhost.conf new file mode 100644 index 0000000..138dc1e --- /dev/null +++ b/config/apache-localhost.conf @@ -0,0 +1,16 @@ + + ServerName localhost + ServerAlias maui.local + DocumentRoot /var/www/html/ + + DirectoryIndex index.php + + # Serve http://localhost/spot/ from the compiled public bundle. + Alias /spot /var/www/html/spot/dist + + + Options FollowSymLinks + AllowOverride None + Require all granted + + \ No newline at end of file