www/apache2.conf

12 lines
371 B
ApacheConf

<VirtualHost *:80>
ServerName cocottes.local.conf
ServerAlias www.cocottes.local.conf
DocumentRoot "/var/www/cocottes/public/"
<Directory "/var/wwww/cocottes/public/">
Options +FollowSymLinks
AllowOverride all
Require all granted
</Directory>
ErrorLog /var/log/apache2/error.cocottes.log
CustomLog /var/log/apache2/access.cocottes.log combined
</VirtualHost>