ansible/roles/webserver/files/etc/apache2/sites-available/adlerhouse.conf

14 lines
437 B
Plaintext

<VirtualHost *:80>
ServerAdmin bercik@thunix.net
ServerName adlerhouse.pl
DocumentRoot /var/www/adlerhouse.pl
ErrorLog /home/bercik/.www/error.adlerhouse.log
CustomLog /home/bercik/.www/access.adlerhouse.log combined
<Directory /var/www/adlerhouse.pl>
Options Indexes FollowSymLinks
AllowOverride All
Order allow,deny
allow from all
</Directory>
</VirtualHost>