up
This commit is contained in:
parent
3287cb92f6
commit
83a5a4660e
23
docker/apache/vhosts/000-default.conf
Normal file
23
docker/apache/vhosts/000-default.conf
Normal file
@ -0,0 +1,23 @@
|
||||
<VirtualHost *:80>
|
||||
#
|
||||
# Following lines need to be updated to your needs
|
||||
#
|
||||
|
||||
#ServerName www.example.com
|
||||
|
||||
ServerAdmin webmaster@localhost
|
||||
DocumentRoot /var/www/html/public
|
||||
DirectoryIndex /index.php
|
||||
|
||||
<Directory /var/www/html/public>
|
||||
AllowOverride None
|
||||
Order Allow,Deny
|
||||
Allow from All
|
||||
|
||||
FallbackResource /index.php
|
||||
</Directory>
|
||||
|
||||
ErrorLog ${APACHE_LOG_DIR}/error.log
|
||||
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
||||
|
||||
</VirtualHost>
|
Loading…
x
Reference in New Issue
Block a user