Change design
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
# Serve https://localhost/mythoughts/ from the public web root.
|
||||
# Serve https://localhost/daydream/ from the public web root.
|
||||
#
|
||||
# Include this from the site VirtualHost (or paste the Alias/Directory block
|
||||
# into the existing one). Everything outside public/ - lib/, config/, vendor/,
|
||||
# node_modules/ - stays off the document root and is never web-reachable.
|
||||
|
||||
Alias /mythoughts /var/www/html/mythoughts/public
|
||||
Alias /daydream /var/www/html/daydream/public
|
||||
|
||||
<Directory /var/www/html/mythoughts/public>
|
||||
<Directory /var/www/html/daydream/public>
|
||||
Options FollowSymLinks
|
||||
AllowOverride None
|
||||
Require all granted
|
||||
|
||||
Reference in New Issue
Block a user