Local apache conf
This commit is contained in:
16
config/apache-localhost.conf
Normal file
16
config/apache-localhost.conf
Normal 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>
|
||||
Reference in New Issue
Block a user