summaryrefslogtreecommitdiff
path: root/roles/apache2/files/testenv.conf
diff options
context:
space:
mode:
Diffstat (limited to 'roles/apache2/files/testenv.conf')
-rw-r--r--roles/apache2/files/testenv.conf11
1 files changed, 11 insertions, 0 deletions
diff --git a/roles/apache2/files/testenv.conf b/roles/apache2/files/testenv.conf
new file mode 100644
index 0000000..a286ecb
--- /dev/null
+++ b/roles/apache2/files/testenv.conf
@@ -0,0 +1,11 @@
+<VirtualHost *:80>
+ ServerName wmf2-testenv.vm.liw.fi
+ ServerAdmin liw@liw.fi
+ DocumentRoot /srv/http
+ ErrorLog /var/log/apache2/testenv.error.log
+ CustomLog /var/log/apache2/testenv.access.log combined
+ <Directory /srv/http>
+ Options +Indexes
+ Require all granted
+ </Directory>
+</VirtualHost>