mirror of
https://github.com/ThunixdotNet/ansible.git
synced 2026-03-24 12:50:19 +00:00
Delete 'roles/webserver/files/etc/apache2/sites-available/adlerhouse.conf'
This commit is contained in:
@@ -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>
|
|
||||||
Reference in New Issue
Block a user