www/apache2.conf

12 lines
420 B
ApacheConf
Raw Normal View History

2021-06-11 10:40:23 +02:00
<VirtualHost *:80>
ServerName cocottes
ServerAlias www.cocottes
DocumentRoot "/home/ortion/Documents/projects/LesCocottesMinutes/www/public"
<Directory "/home/ortion/Documents/projects/LesCocottesMinutes/www/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>