Restructure project folders and remove obsolete files
All checks were successful
Deploy Spot / deploy (push) Successful in 34s

This commit is contained in:
2026-05-30 01:32:20 +02:00
parent c2685a2731
commit 034d02f042
65 changed files with 382 additions and 2165 deletions

View File

@@ -5,12 +5,12 @@
DirectoryIndex index.php
# Serve http://localhost/spot/ from the compiled public bundle.
Alias /spot /var/www/html/spot/dist
# Serve http://localhost/spot/ from the public web root.
Alias /spot /var/www/html/spot/public
<Directory /var/www/html/spot/dist>
<Directory /var/www/html/spot/public>
Options FollowSymLinks
AllowOverride None
Require all granted
</Directory>
</VirtualHost>
</VirtualHost>