summaryrefslogtreecommitdiff
path: root/roles/apache2/files/testenv.conf
blob: a286ecbdbbee14b282d80b9dac786a480613025a (plain)
1
2
3
4
5
6
7
8
9
10
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>