Host: Bercik webpage

This commit is contained in:
Blade of Darkness 2022-04-11 19:48:51 +02:00
parent 012d7b1e0b
commit bba53d514d
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
<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>