aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hosts/winnetou/etc/apache2/sites-available/000-default.conf
diff options
context:
space:
mode:
Diffstat (limited to 'testing/hosts/winnetou/etc/apache2/sites-available/000-default.conf')
-rw-r--r--testing/hosts/winnetou/etc/apache2/sites-available/000-default.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/hosts/winnetou/etc/apache2/sites-available/000-default.conf b/testing/hosts/winnetou/etc/apache2/sites-available/000-default.conf
new file mode 100644
index 000000000..933589906
--- /dev/null
+++ b/testing/hosts/winnetou/etc/apache2/sites-available/000-default.conf
@@ -0,0 +1,12 @@
+<VirtualHost *:80>
+ ServerAdmin webmaster@localhost
+
+ DocumentRoot /var/www
+ <Directory /var/www/>
+ Options Indexes FollowSymLinks MultiViews
+ </Directory>
+
+ LogLevel warn
+ ErrorLog ${APACHE_LOG_DIR}/error.log
+ CustomLog ${APACHE_LOG_DIR}/access.log combined
+</VirtualHost>