Local apache conf

This commit is contained in:
2026-05-13 09:44:33 +02:00
parent 8e17db7a2e
commit e80e3ff3f3

View File

@@ -0,0 +1,16 @@
<VirtualHost *:80>
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
<Directory /var/www/html/spot/dist>
Options FollowSymLinks
AllowOverride None
Require all granted
</Directory>
</VirtualHost>