Restructure project folders and remove obsolete files
All checks were successful
Deploy Spot / deploy (push) Successful in 34s
All checks were successful
Deploy Spot / deploy (push) Successful in 34s
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user