Le Site Web des Cocottes \o/
https://cocottes.minutes.cotcot.org/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
371 B
12 lines
371 B
<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> |