This repository has been archived on 2024-01-01. You can view files and clone it, but cannot push or open issues or pull requests.
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>