2017-06-19 22:35:41 +02:00
|
|
|
<VirtualHost *:80>
|
2017-09-08 11:16:32 +02:00
|
|
|
ServerName www.publiccode.eu
|
2017-09-08 11:27:42 +02:00
|
|
|
Redirect permanent / https://publiccode.eu/
|
2017-09-08 11:16:32 +02:00
|
|
|
</VirtualHost>
|
|
|
|
|
|
|
|
<VirtualHost *:80>
|
|
|
|
ServerName publiccode.eu
|
|
|
|
|
|
|
|
ServerAdmin contact@fsfe.org
|
2017-06-19 22:45:23 +02:00
|
|
|
DocumentRoot /usr/share/blog/public/
|
2017-06-19 22:35:41 +02:00
|
|
|
|
|
|
|
ErrorLog ${APACHE_LOG_DIR}/error.log
|
|
|
|
CustomLog ${APACHE_LOG_DIR}/access.log combined
|
|
|
|
|
|
|
|
<Directory /usr/share/blog/public/>
|
2017-06-19 22:52:03 +02:00
|
|
|
Options FollowSymLinks Includes
|
2017-06-19 22:35:41 +02:00
|
|
|
AllowOverride All
|
|
|
|
Order allow,deny
|
|
|
|
Allow from all
|
|
|
|
</Directory>
|
|
|
|
|
|
|
|
</VirtualHost>
|