summaryrefslogtreecommitdiffstats
path: root/tests/testserver/apache2/testdata/dav.conf
blob: c207c2734b7ad298a662521d9e0fe00c406f2852 (plain)
1
2
3
4
5
6
7
Alias /dav /home/writeables/dav
<Location /dav>
    DAV On
    order allow,deny
    allow from all
    Require all granted
</Location>