Fixing apache webroot issue #849

This commit is contained in:
Winfried
2017-05-01 12:41:55 +02:00
parent 8246863cd7
commit 1be9df7d61
2 changed files with 5 additions and 5 deletions

View File

@ -1,9 +1,9 @@
<VirtualHost *:80>
ServerName laradock.dev
DocumentRoot /var/www/html/
DocumentRoot /var/www/public/
Options Indexes FollowSymLinks
<Directory "/var/www/html/">
<Directory "/var/www/public/">
AllowOverride All
<IfVersion < 2.4>
Allow from all