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

This commit is contained in:
deepend 2023-06-28 17:01:01 +00:00
parent 970be641fa
commit f61a9376a8
1 changed files with 0 additions and 13 deletions

View File

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