www/apache2.conf

12 lines
371 B
ApacheConf
Raw Permalink Normal View History

2021-06-11 10:40:23 +02:00
<VirtualHost *:80>
2021-10-31 12:18:12 +01:00
ServerName cocottes.local.conf
ServerAlias www.cocottes.local.conf
DocumentRoot "/var/www/cocottes/public/"
<Directory "/var/wwww/cocottes/public/">
2021-06-11 10:40:23 +02:00
Options +FollowSymLinks
AllowOverride all
Require all granted
</Directory>
ErrorLog /var/log/apache2/error.cocottes.log
CustomLog /var/log/apache2/access.cocottes.log combined
</VirtualHost>